=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.98.2.1 retrieving revision 1.102 diff -u -r1.98.2.1 -r1.102 --- src/usr.bin/ssh/ssh-keygen.c 2002/06/26 15:30:39 1.98.2.1 +++ src/usr.bin/ssh/ssh-keygen.c 2002/11/26 00:45:03 1.102 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.98.2.1 2002/06/26 15:30:39 jason Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.102 2002/11/26 00:45:03 wcobb Exp $"); #include #include @@ -105,7 +105,6 @@ snprintf(identity_file, sizeof(identity_file), "%s/%s", pw->pw_dir, name); fprintf(stderr, "%s (%s): ", prompt, identity_file); - fflush(stderr); if (fgets(buf, sizeof(buf), stdin) == NULL) exit(1); if (strchr(buf, '\n'))