projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e968561
)
Win32 build fix: include internal/numbers.h to get UIN32_MAX
author
Richard Levitte
<levitte@openssl.org>
Thu, 3 Sep 2015 12:03:54 +0000
(14:03 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 3 Sep 2015 18:56:16 +0000
(20:56 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/x509v3/v3_purp.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_purp.c
b/crypto/x509v3/v3_purp.c
index 13c512050b88754aeb42c3db857edd6143371deb..b03c323dfc1f284891de963084b26efe51e6fe1a 100644
(file)
--- 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>