Split out the SSL options handling into a separate function, which makes
authorjsing <jsing@openbsd.org>
Sat, 13 Aug 2016 12:55:21 +0000 (12:55 +0000)
committerjsing <jsing@openbsd.org>
Sat, 13 Aug 2016 12:55:21 +0000 (12:55 +0000)
commit76ae6f58fec3f10df580099206d975629d3f01d9
treee47986a06ca713e1fd11bc8142a5fcf4d40b1033
parenta1055de83e7d5e6d6f2f291eedb1df77324d9d0a
Split out the SSL options handling into a separate function, which makes
for more readable code and reduces line wrapping. Also improve error
messages by adding tls_config_error() to errx() where appropriate.

ok jca@
usr.bin/ftp/main.c