diff options
-rw-r--r-- | patches/windows_headers.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/windows_headers.patch b/patches/windows_headers.patch index 17c447d..e6bf584 100644 --- a/patches/windows_headers.patch +++ b/patches/windows_headers.patch | |||
@@ -61,12 +61,12 @@ diff -u include/openssl.orig/pkcs7.h include/openssl/pkcs7.h | |||
61 | Encryption_ID DES-CBC | 61 | Encryption_ID DES-CBC |
62 | Digest_ID MD5 | 62 | Digest_ID MD5 |
63 | diff -u include/openssl.orig/x509.h include/openssl/x509.h | 63 | diff -u include/openssl.orig/x509.h include/openssl/x509.h |
64 | --- include/openssl.orig/x509.h Mon Dec 7 07:58:32 2015 | 64 | --- include/openssl.orig/x509.h Tue Apr 18 03:26:56 2023 |
65 | +++ include/openssl/x509.h Mon Dec 7 07:56:14 2015 | 65 | +++ include/openssl/x509.h Tue Apr 18 03:27:14 2023 |
66 | @@ -112,6 +112,19 @@ | 66 | @@ -106,6 +106,19 @@ |
67 | extern "C" { | 67 | extern "C" { |
68 | #endif | 68 | #endif |
69 | 69 | ||
70 | +#if defined(_WIN32) && defined(__WINCRYPT_H__) | 70 | +#if defined(_WIN32) && defined(__WINCRYPT_H__) |
71 | +#ifndef LIBRESSL_INTERNAL | 71 | +#ifndef LIBRESSL_INTERNAL |
72 | +#ifdef _MSC_VER | 72 | +#ifdef _MSC_VER |