The branch master has been updated
via 1912c5d811f053e7cba6d30098abf4c52954a94c (commit)
from e968561d5e762e6c05e74541137916b4f20a144b (commit)
- Log -----------------------------------------------------------------
commit 1912c5d811f053e7cba6d30098abf4c52954a94c
Author: Richard Levitte <[email protected]>
Date: Thu Sep 3 14:03:54 2015 +0200
Win32 build fix: include internal/numbers.h to get UIN32_MAX
Reviewed-by: Rich Salz <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
crypto/x509v3/v3_purp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c
index 13c5120..b03c323 100644
--- a/crypto/x509v3/v3_purp.c
+++ b/crypto/x509v3/v3_purp.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include "internal/cryptlib.h"
+#include "internal/numbers.h"
#include <openssl/x509v3.h>
#include <openssl/x509_vfy.h>
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits