CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Thu, 30 Jul 2026 06:01:44 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/30 06:01:44 Modified files: usr.bin/ftp : fetch.c Log message: Print TLS and short read errors to stderr and not stdout Code paths that are not only used in interactive mode should log to stderr. Adjust some TLS and a short file read error to use warnx. Diff by Pontus Stenetorp (pontus at stenetorp dot se) OK deraadt@ tb@