use error/logit/fatal instead of fprintf(stderr, ...) and exit(0),
authordjm <djm@openbsd.org>
Fri, 17 Apr 2015 13:19:22 +0000 (13:19 +0000)
committerdjm <djm@openbsd.org>
Fri, 17 Apr 2015 13:19:22 +0000 (13:19 +0000)
commit74b5c62ad9af430e9f2def84bb30368f53a141b6
tree8aeb2dfcde994789c8b761785b6c8754506c40e8
parenta0bac96a55f5d3c8f10ff99bd247553d760e889b
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
usr.bin/ssh/ssh-keygen.c