=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.82.2.5 retrieving revision 1.101.2.1 diff -u -r1.82.2.5 -r1.101.2.1 --- src/usr.bin/ssh/ssh-keygen.c 2002/06/26 18:22:36 1.82.2.5 +++ src/usr.bin/ssh/ssh-keygen.c 2003/04/01 00:12:14 1.101.2.1 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.82.2.5 2002/06/26 18:22:36 miod Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.101.2.1 2003/04/01 00:12:14 margarida 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'))