diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-09-25 14:31:07 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-09-25 14:31:07 +0200 |
commit | 4308cc81d2f17f21320572b2f83ea8c29d2f75f5 (patch) | |
tree | 325792458ccec1f393c8bb052ee72f542796c45b /main/lftp/libressl.patch | |
parent | f8c456cf9a744618ebad0315454a60e6d230a8ee (diff) | |
download | aports-4308cc81d2f17f21320572b2f83ea8c29d2f75f5.tar.bz2 aports-4308cc81d2f17f21320572b2f83ea8c29d2f75f5.tar.xz |
main/lftp: upgrade to 4.8.2
Diffstat (limited to 'main/lftp/libressl.patch')
-rw-r--r-- | main/lftp/libressl.patch | 16 |
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 - |