diff options
Diffstat (limited to 'patches/pkcs7.h.patch')
-rw-r--r-- | patches/pkcs7.h.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/pkcs7.h.patch b/patches/pkcs7.h.patch deleted file mode 100644 index 4c6f6ba..0000000 --- a/patches/pkcs7.h.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | --- include/openssl/pkcs7.h.orig 2015-07-06 13:26:27.369203527 -0700 | ||
2 | +++ include/openssl/pkcs7.h 2015-07-06 13:27:37.637051967 -0700 | ||
3 | @@ -69,6 +69,18 @@ | ||
4 | extern "C" { | ||
5 | #endif | ||
6 | |||
7 | +#if defined(_WIN32) && defined(__WINCRYPT_H__) | ||
8 | +#ifndef LIBRESSL_INTERNAL | ||
9 | +#ifdef _MSC_VER | ||
10 | +#pragma message("Warning, overriding WinCrypt defines") | ||
11 | +#else | ||
12 | +#warning overriding WinCrypt defines | ||
13 | +#endif | ||
14 | +#endif | ||
15 | +#undef PKCS7_ISSUER_AND_SERIAL | ||
16 | +#undef PKCS7_SIGNER_INFO | ||
17 | +#endif | ||
18 | + | ||
19 | /* | ||
20 | Encryption_ID DES-CBC | ||
21 | Digest_ID MD5 | ||