=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.25.2.4 retrieving revision 1.42 diff -u -r1.25.2.4 -r1.42 --- src/usr.bin/ssh/ssh-keygen.c 2001/03/12 15:44:16 1.25.2.4 +++ src/usr.bin/ssh/ssh-keygen.c 2001/02/04 15:32:26 1.42 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.25.2.4 2001/03/12 15:44:16 jason Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.42 2001/02/04 15:32:26 stevesk Exp $"); #include #include @@ -528,7 +528,6 @@ public = key_new(KEY_RSA1); if (!load_public_key(identity_file, public, NULL)) { printf("%s is not a valid key file.\n", identity_file); - printf("Comments are only supported in RSA1 keys\n"); exit(1); }