CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/20 22:02:53
Modified files:
usr.bin/ftp : fetch.c
Log message:
Fix tls_handshake() usage which was added without checking return values
correctly. This would break ftp when the handshake doesn't complete in one
shot. (noticed when making tls 1.3 connections to cloudflare.cdn)
ok jsing@
