aboutsummaryrefslogtreecommitdiffstats
path: root/main/libevent/libressl-2.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libevent/libressl-2.7.patch')
-rw-r--r--main/libevent/libressl-2.7.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/libevent/libressl-2.7.patch b/main/libevent/libressl-2.7.patch
deleted file mode 100644
index ce0c650b02..0000000000
--- a/main/libevent/libressl-2.7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/openssl-compat.h b/openssl-compat.h
-index 69afc71..a6e81ae 100644
---- a/openssl-compat.h
-+++ b/openssl-compat.h
-@@ -31,5 +31,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name)
- #define TLS_method SSLv23_method
-
- #endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */
-+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L
-+#define BIO_get_init(b) (b)->init
-+#endif
-
- #endif /* OPENSSL_COMPAT_H */