summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/lftp/files/lftp-4.5.5-no_ssl.patch')
-rw-r--r--net-ftp/lftp/files/lftp-4.5.5-no_ssl.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-ftp/lftp/files/lftp-4.5.5-no_ssl.patch b/net-ftp/lftp/files/lftp-4.5.5-no_ssl.patch
deleted file mode 100644
index 8a96e1baab80..000000000000
--- a/net-ftp/lftp/files/lftp-4.5.5-no_ssl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/ftpclass.cc
-+++ b/src/ftpclass.cc
-@@ -1071,7 +1071,9 @@
-
- control_send=0;
- control_recv=0;
-+#if USE_SSL
- control_ssl=0; // ssl should be freed after send/recv
-+#endif
-
- if(control_sock!=-1)
- {