#undef X509_EXTENSIONS to avoid conflict with CryptoAPI.

This commit is contained in:
Dr. Stephen Henson 2008-03-12 00:37:31 +00:00
parent b510d77535
commit 3964038fe6

View File

@ -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