diff options
author | miod <> | 2014-04-17 19:59:14 +0000 |
---|---|---|
committer | miod <> | 2014-04-17 19:59:14 +0000 |
commit | a7d459976bae37484f615794c37c7ac9cbc2c20f (patch) | |
tree | 421183df2bbd8514ddc3ba72c034d33d5ccbccdd /src/lib/libcrypto/pkcs7 | |
parent | 289265bc7586e7803606569a283e2e62fa48030c (diff) | |
download | openbsd-a7d459976bae37484f615794c37c7ac9cbc2c20f.tar.gz openbsd-a7d459976bae37484f615794c37c7ac9cbc2c20f.tar.bz2 openbsd-a7d459976bae37484f615794c37c7ac9cbc2c20f.zip |
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Diffstat (limited to 'src/lib/libcrypto/pkcs7')
-rw-r--r-- | src/lib/libcrypto/pkcs7/pkcs7.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7.h b/src/lib/libcrypto/pkcs7/pkcs7.h index 4476d61374..04edb22f75 100644 --- a/src/lib/libcrypto/pkcs7/pkcs7.h +++ b/src/lib/libcrypto/pkcs7/pkcs7.h | |||
@@ -69,12 +69,6 @@ | |||
69 | extern "C" { | 69 | extern "C" { |
70 | #endif | 70 | #endif |
71 | 71 | ||
72 | #ifdef OPENSSL_SYS_WIN32 | ||
73 | /* Under Win32 thes are defined in wincrypt.h */ | ||
74 | #undef PKCS7_ISSUER_AND_SERIAL | ||
75 | #undef PKCS7_SIGNER_INFO | ||
76 | #endif | ||
77 | |||
78 | /* | 72 | /* |
79 | Encryption_ID DES-CBC | 73 | Encryption_ID DES-CBC |
80 | Digest_ID MD5 | 74 | Digest_ID MD5 |