aboutsummaryrefslogtreecommitdiffstats
path: root/main/lftp/libressl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lftp/libressl.patch')
-rw-r--r--main/lftp/libressl.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/lftp/libressl.patch b/main/lftp/libressl.patch
deleted file mode 100644
index 37620ff406..0000000000
--- a/main/lftp/libressl.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/src/lftp_ssl.cc b/src/lftp_ssl.cc
-index 7da28a06..46344bcf 100644
---- a/src/lftp_ssl.cc
-+++ b/src/lftp_ssl.cc
-@@ -772,7 +772,7 @@ error:
- #elif USE_OPENSSL
- //static int lftp_ssl_passwd_callback(char *buf,int size,int rwflag,void *userdata);
-
--#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
- // for compatibility with older versions
- X509_OBJECT *X509_OBJECT_new()
- {
---
-2.13.3
-