diff options
| author | miod <> | 2014-04-17 19:59:14 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-17 19:59:14 +0000 |
| commit | b69dffc365b938bf499c7e3ffcc988cdaa107e3b (patch) | |
| tree | 421183df2bbd8514ddc3ba72c034d33d5ccbccdd /src/lib/libcrypto/pkcs7/pkcs7.h | |
| parent | 365dee93682c3abb585ae497d097da01618a2a7b (diff) | |
| download | openbsd-b69dffc365b938bf499c7e3ffcc988cdaa107e3b.tar.gz openbsd-b69dffc365b938bf499c7e3ffcc988cdaa107e3b.tar.bz2 openbsd-b69dffc365b938bf499c7e3ffcc988cdaa107e3b.zip | |
Use of OPENSSL_SYS_xxx defines in public header files considered harmful.
Diffstat (limited to 'src/lib/libcrypto/pkcs7/pkcs7.h')
| -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 |
