aboutsummaryrefslogtreecommitdiffstats
path: root/main/serf/libressl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/serf/libressl.patch')
-rw-r--r--main/serf/libressl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/serf/libressl.patch b/main/serf/libressl.patch
deleted file mode 100644
index 7a89cea046f..00000000000
--- a/main/serf/libressl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./buckets/ssl_buckets.c.orig
-+++ ./buckets/ssl_buckets.c
-@@ -52,7 +52,7 @@
- #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
- #endif
-
--#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
- #define USE_OPENSSL_1_1_API
- #endif
-