X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/ce88d9dfa1c561fd65c2f6913e7557d495c857a3..9300be60be71b56cfa3ee5bf6bb2e9239abb1ae2:/ssh-keygen.c diff --git a/ssh-keygen.c b/ssh-keygen.c index 3478e372..6a872bcf 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.101 2002/06/23 09:39:55 deraadt Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.102 2002/11/26 00:45:03 wcobb Exp $"); #include #include @@ -109,7 +109,6 @@ ask_filename(struct passwd *pw, const char *prompt) 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'))