summaryrefslogtreecommitdiffstats
path: root/source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff')
-rw-r--r--source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff b/source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff
deleted file mode 100644
index 2ef819a58..000000000
--- a/source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./vsf_findlibs.sh.orig 2012-03-27 21:17:41.000000000 -0500
-+++ ./vsf_findlibs.sh 2018-05-07 16:10:58.744003755 -0500
-@@ -68,10 +68,10 @@
- # Solaris sendfile
- locate_library /usr/lib/libsendfile.so && echo "-lsendfile";
-
--# OpenSSL
--if find_func SSL_library_init ssl.o; then
-+# Always link with OpenSSL:
-+#if find_func SSL_library_init ssl.o; then
- echo "-lssl -lcrypto";
--fi
-+#fi
-
- exit 0;
-