CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/04/17 07:19:22
Modified files: usr.bin/ssh : ssh-keygen.c Log message: use error/logit/fatal instead of fprintf(stderr, ...) and exit(0), fix a few errors that were being printed to stdout instead of stderr and a few non-errors that were going to stderr instead of stdout bz#2325; ok dtucker