diff options
Diffstat (limited to 'community/vsftpd/vsftpd-enable-ssl.patch')
-rw-r--r-- | community/vsftpd/vsftpd-enable-ssl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/vsftpd/vsftpd-enable-ssl.patch b/community/vsftpd/vsftpd-enable-ssl.patch new file mode 100644 index 0000000000..93469e6fdc --- /dev/null +++ b/community/vsftpd/vsftpd-enable-ssl.patch @@ -0,0 +1,11 @@ +--- a/builddefs.h.orig Sun Mar 1 15:18:09 2009 ++++ b/builddefs.h Sun Mar 1 15:15:24 2009 +@@ -3,7 +3,7 @@ + + #undef VSF_BUILD_TCPWRAPPERS + #define VSF_BUILD_PAM +-#undef VSF_BUILD_SSL ++#define VSF_BUILD_SSL + + #endif /* VSF_BUILDDEFS_H */ + |