CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2015/02/13 01:41:34
Modified files: usr.bin/ftp : main.c Log message: Call tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc) was only called if -S was used. Fixes TLSv1.0/1.1. Problem reported by nigel@, ok jsing