=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/ssh/ssh-keygen.c 2000/02/04 13:16:16 1.15 +++ src/usr.bin/ssh/ssh-keygen.c 2000/02/04 14:34:09 1.16 @@ -7,7 +7,7 @@ */ #include "includes.h" -RCSID("$Id: ssh-keygen.c,v 1.15 2000/02/04 13:16:16 markus Exp $"); +RCSID("$Id: ssh-keygen.c,v 1.16 2000/02/04 14:34:09 markus Exp $"); #include "rsa.h" #include "ssh.h" @@ -79,7 +79,7 @@ FILE *f; BIGNUM *e, *n; RSA *public_key; - char *comment = NULL, char *cp, *ep, line[16*1024]; + char *comment = NULL, *cp, *ep, line[16*1024]; int i, skip = 0, num = 1, invalid = 1; struct stat st;