summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-07 02:23:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-07 02:23:42 +0000
commitfc6be0fa561f17d237ab1b8801d476a011c14a28 (patch)
treeea0621fe4d466abae815b26208bff3cafe1669f3 /crypto/pkcs7/pkcs7.h
parent2fdf5d7c2354b76bcc429b5f2c582a580e12d50d (diff)
#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
Fix so CRLDistributionPoints relativeName option uses the correct type.
Diffstat (limited to 'crypto/pkcs7/pkcs7.h')
-rw-r--r--crypto/pkcs7/pkcs7.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h
index bbd233091a..19f66c6e1e 100644
--- a/crypto/pkcs7/pkcs7.h
+++ b/crypto/pkcs7/pkcs7.h
@@ -71,8 +71,9 @@ extern "C" {
#endif
#ifdef WIN32
-/* Under Win32 this is defined in wincrypt.h */
+/* Under Win32 thes are defined in wincrypt.h */
#undef PKCS7_ISSUER_AND_SERIAL
+#undef PKCS7_SIGNER_INFO
#endif
/*