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:
3173622
)
RT3031: Need to #undef some names for win32
author
Robin Lee
<robinlee.sysu@gmail.com>
Thu, 4 Sep 2014 16:36:41 +0000
(12:36 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 8 Sep 2014 15:05:48 +0000
(11:05 -0400)
Copy the ifdef/undef stanza from x509.h to x509v3.h
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
crypto/x509v3/x509v3.h
patch
|
blob
|
history
diff --git
a/crypto/x509v3/x509v3.h
b/crypto/x509v3/x509v3.h
index 4e5daa842cacf3661501463d7a75b134226e78ac..b8e1218ae20580b5a3c5b24794482ca077e43dd9 100644
(file)
--- a/
crypto/x509v3/x509v3.h
+++ b/
crypto/x509v3/x509v3.h
@@
-66,6
+66,13
@@
extern "C" {
#endif
+#ifdef OPENSSL_SYS_WIN32
+/* Under Win32 these are defined in wincrypt.h */
+#undef X509_NAME
+#undef X509_CERT_PAIR
+#undef X509_EXTENSIONS
+#endif
+
/* Forward reference */
struct v3_ext_method;
struct v3_ext_ctx;