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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3964038fe6c0ac9bf9fca124189dd06fa644fc1b;p=thirdparty%2Fopenssl.git #undef X509_EXTENSIONS to avoid conflict with CryptoAPI. --- diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 2a66d484b97..0acc34dbff3 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