CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2015/03/31 05:06:49
Modified files: usr.bin/ssh : ssh-keygen.c Log message: Comments are only supported for RSA1 keys. If a user tried to add one and entered his passphrase, explicitly clear it before exit. This is done in all other error paths, too. ok djm