summaryrefslogtreecommitdiff
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorsteve <steve>2008-03-12 00:37:31 +0000
committersteve <steve>2008-03-12 00:37:31 +0000
commit1935abc3b29de7282192c2dd99f8e23322e6503c (patch)
tree38ebc870ca5dad4337680972245e0b1d23d2feb2 /crypto/ossl_typ.h
parentaf226149db44322cdd8c674a30553df22cb8b7a0 (diff)
downloadopenssl-1935abc3b29de7282192c2dd99f8e23322e6503c.tar.gz
#undef X509_EXTENSIONS to avoid conflict with CryptoAPI.
Diffstat (limited to 'crypto/ossl_typ.h')
-rw-r--r--crypto/ossl_typ.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h
index 2a66d484b..0acc34dbf 100644
--- a/crypto/ossl_typ.h
+++ b/crypto/ossl_typ.h
@@ -99,6 +99,7 @@ typedef struct asn1_pctx_st ASN1_PCTX;
#ifdef OPENSSL_SYS_WIN32
#undef X509_NAME
+#undef X509_EXTENSIONS
#undef X509_CERT_PAIR
#undef PKCS7_ISSUER_AND_SERIAL
#endif