diff options
Diffstat (limited to 'auth-skey.c')
-rw-r--r-- | auth-skey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-skey.c b/auth-skey.c index 1e3cec860..7088b790c 100644 --- a/auth-skey.c +++ b/auth-skey.c | |||
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth-skey.c,v 1.8 2000/09/07 20:27:49 deraadt Exp $"); | 26 | RCSID("$OpenBSD: auth-skey.c,v 1.9 2000/10/19 16:41:13 deraadt Exp $"); |
27 | 27 | ||
28 | #ifdef SKEY | 28 | #ifdef SKEY |
29 | #include "ssh.h" | 29 | #include "ssh.h" |
@@ -48,7 +48,7 @@ auth_skey_password(struct passwd * pw, const char *password) | |||
48 | skeyinfo = skey_fake_keyinfo(pw->pw_name); | 48 | skeyinfo = skey_fake_keyinfo(pw->pw_name); |
49 | } | 49 | } |
50 | if (skeyinfo != NULL) | 50 | if (skeyinfo != NULL) |
51 | packet_send_debug(skeyinfo); | 51 | packet_send_debug("%s", skeyinfo); |
52 | /* Try again. */ | 52 | /* Try again. */ |
53 | return 0; | 53 | return 0; |
54 | } else if (skey_haskey(pw->pw_name) == 0 && | 54 | } else if (skey_haskey(pw->pw_name) == 0 && |