diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-17 19:59:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-17 19:59:15 +0000 |
commit | 69a294e16ae60ce22435508420b4905ff621ba65 (patch) | |
tree | 40489e2c4ee8d5ee3f5ace53434488ad1447945d /lib/libcrypto/pkcs7 | |
parent | 8f248fbc19177bcf77a769da3bc546f07bdc71d1 (diff) |
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Diffstat (limited to 'lib/libcrypto/pkcs7')
-rw-r--r-- | lib/libcrypto/pkcs7/pkcs7.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libcrypto/pkcs7/pkcs7.h b/lib/libcrypto/pkcs7/pkcs7.h index 4476d613742..04edb22f75b 100644 --- a/lib/libcrypto/pkcs7/pkcs7.h +++ b/lib/libcrypto/pkcs7/pkcs7.h @@ -69,12 +69,6 @@ extern "C" { #endif -#ifdef OPENSSL_SYS_WIN32 -/* Under Win32 thes are defined in wincrypt.h */ -#undef PKCS7_ISSUER_AND_SERIAL -#undef PKCS7_SIGNER_INFO -#endif - /* Encryption_ID DES-CBC Digest_ID MD5 |