[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Sep 3 18:56:20 UTC 2015


The branch master has been updated
       via  1912c5d811f053e7cba6d30098abf4c52954a94c (commit)
      from  e968561d5e762e6c05e74541137916b4f20a144b (commit)


- Log -----------------------------------------------------------------
commit 1912c5d811f053e7cba6d30098abf4c52954a94c
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Sep 3 14:03:54 2015 +0200

    Win32 build fix: include internal/numbers.h to get UIN32_MAX
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

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>
 


More information about the openssl-commits mailing list