diff options
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index d595479f9..b1d603006 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #include "includes.h" | 36 | #include "includes.h" |
37 | #include "openbsd-compat/sys-queue.h" | 37 | #include "openbsd-compat/sys-queue.h" |
38 | RCSID("$OpenBSD: ssh-agent.c,v 1.115 2003/10/14 19:54:39 markus Exp $"); | 38 | RCSID("$OpenBSD: ssh-agent.c,v 1.116 2003/11/21 11:57:03 djm Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | #include <openssl/md5.h> | 41 | #include <openssl/md5.h> |
@@ -179,7 +179,7 @@ confirm_key(Identity *id) | |||
179 | p = read_passphrase(prompt, RP_ALLOW_EOF); | 179 | p = read_passphrase(prompt, RP_ALLOW_EOF); |
180 | if (p != NULL) { | 180 | if (p != NULL) { |
181 | /* | 181 | /* |
182 | * Accept empty responses and responses consisting | 182 | * Accept empty responses and responses consisting |
183 | * of the word "yes" as affirmative. | 183 | * of the word "yes" as affirmative. |
184 | */ | 184 | */ |
185 | if (*p == '\0' || *p == '\n' || strcasecmp(p, "yes") == 0) | 185 | if (*p == '\0' || *p == '\n' || strcasecmp(p, "yes") == 0) |