summaryrefslogtreecommitdiffstats
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-07-23 00:10:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-07-23 00:10:43 +0000
commitf96d1af449bcbe01efa3c1eb42712e10544b8811 (patch)
treec3f6fccf3e42052eca32f825a799d06b6efd4808 /crypto/ossl_typ.h
parent968766cad84d15d556d9b8f7ab3c927df700c378 (diff)
Avoid clashes with Win32 names in WinCrypt.h
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 b50e9ae256..46200a80b1 100644
--- a/crypto/ossl_typ.h
+++ b/crypto/ossl_typ.h
@@ -97,6 +97,7 @@ typedef int ASN1_NULL;
#ifdef OPENSSL_SYS_WIN32
#undef X509_NAME
+#undef X509_CERT_PAIR
#undef PKCS7_ISSUER_AND_SERIAL
#endif