diff options
Diffstat (limited to 'net-ftp/ftp/files/netkit-ftp-0.17+ssl-0.2+auth.diff')
-rw-r--r-- | net-ftp/ftp/files/netkit-ftp-0.17+ssl-0.2+auth.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-ftp/ftp/files/netkit-ftp-0.17+ssl-0.2+auth.diff b/net-ftp/ftp/files/netkit-ftp-0.17+ssl-0.2+auth.diff new file mode 100644 index 000000000000..8bbf23a8e241 --- /dev/null +++ b/net-ftp/ftp/files/netkit-ftp-0.17+ssl-0.2+auth.diff @@ -0,0 +1,12 @@ +diff -urN netkit-ftp-0.17.old/ftp/ftp.c netkit-ftp-0.17.new/ftp/ftp.c +--- netkit-ftp-0.17.old/ftp/ftp.c 2003-03-18 18:33:49.000000000 -0300 ++++ netkit-ftp-0.17.new/ftp/ftp.c 2003-03-18 18:37:17.000000000 -0300 +@@ -1811,7 +1811,7 @@ + */ + if (ssl_secure_flag) + return ERROR; +- } else if (n == CONTINUE ) { ++ } else if (n == CONTINUE || n == COMPLETE) { + /* do SSL */ + ssl_con=(SSL *)SSL_new(ssl_ctx); + |