diff options
Diffstat (limited to 'ssh-add.c')
-rw-r--r-- | ssh-add.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: ssh-add.c,v 1.37 2001/05/02 16:41:20 markus Exp $"); | 38 | RCSID("$OpenBSD: ssh-add.c,v 1.38 2001/06/06 23:19:35 markus Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | 41 | ||
@@ -125,7 +125,6 @@ add_file(AuthenticationConnection *ac, const char *filename) | |||
125 | if (private == NULL) { | 125 | if (private == NULL) { |
126 | /* clear passphrase since it did not work */ | 126 | /* clear passphrase since it did not work */ |
127 | clear_pass(); | 127 | clear_pass(); |
128 | printf("Need passphrase for %.200s\n", filename); | ||
129 | snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ", | 128 | snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ", |
130 | comment); | 129 | comment); |
131 | for (;;) { | 130 | for (;;) { |