summaryrefslogtreecommitdiffstats
path: root/source/n/vsftpd/vsftpd.link-with-openssl-1.1.diff
blob: 2ef819a58176fd12065efb98b7284a6cafda0e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./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;