summaryrefslogtreecommitdiffstats
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-12 00:37:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-12 00:37:31 +0000
commit3964038fe6c0ac9bf9fca124189dd06fa644fc1b (patch)
tree8d7457ecd0e3f470ddfb77b27f21673e914af025 /crypto/ossl_typ.h
parentb510d775357e9f10e17e168c16ad37d30f4ffc0d (diff)
#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 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