From 3964038fe6c0ac9bf9fca124189dd06fa644fc1b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 12 Mar 2008 00:37:31 +0000 Subject: [PATCH] #undef X509_EXTENSIONS to avoid conflict with CryptoAPI. --- crypto/ossl_typ.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1