CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/03 12:26:15
Modified files:
usr.bin/ftp : fetch.c
Log message:
Also use stdio for TLS connections
Set up two wrappers around tls_read/write to be used along with the
not-very-portable funopen(). This kills a bunch of local code, always
a nice thing for an utility which ends up in bsd.rd.
"seems legit" deraadt@, ok kn@
