From: Dr. Stephen Henson Date: Wed, 12 Mar 2008 00:37:31 +0000 (+0000) Subject: #undef X509_EXTENSIONS to avoid conflict with CryptoAPI. X-Git-Tag: OpenSSL_0_9_8k^2~541 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3964038fe6c0ac9bf9fca124189dd06fa644fc1b;ds=inline #undef X509_EXTENSIONS to avoid conflict with CryptoAPI. --- diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 2a66d484b9..0acc34dbff 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