diff options
| -rw-r--r-- | patches/windows_headers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/windows_headers.patch b/patches/windows_headers.patch index 5d216fb..49e2a97 100644 --- a/patches/windows_headers.patch +++ b/patches/windows_headers.patch | |||
| @@ -81,7 +81,7 @@ diff -u include/openssl.orig/x509.h include/openssl/x509.h | |||
| 81 | extern "C" { | 81 | extern "C" { |
| 82 | #endif | 82 | #endif |
| 83 | 83 | ||
| 84 | +#if defined(_WIN32) | 84 | +#if defined(_WIN32) && defined(__WINCRYPT_H__) |
| 85 | +#ifndef LIBRESSL_INTERNAL | 85 | +#ifndef LIBRESSL_INTERNAL |
| 86 | +#ifdef _MSC_VER | 86 | +#ifdef _MSC_VER |
| 87 | +#pragma message("Warning, overriding WinCrypt defines") | 87 | +#pragma message("Warning, overriding WinCrypt defines") |
