summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 18:52:37 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 18:52:37 +0000
commit854156dd39acbde9b4a47ec0fc54a042ea7358e0 (patch)
tree96755f8590acc2146f4b4ef5b5cdba600e5d9353 /auth-rh-rsa.c
parentfad82e8999e790899083f9e22a1841148d746df6 (diff)
parent053db7da5ce09acdf742789d9d1a05e81d4861d0 (diff)
Import OpenSSH 3.6.1p2.
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 8675de580..d7848d04c 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -75,7 +75,7 @@ auth_rhosts_rsa(struct passwd *pw, char *cuser, Key *client_host_key)
75 75
76 /* Perform the challenge-response dialog with the client for the host key. */ 76 /* Perform the challenge-response dialog with the client for the host key. */
77 if (!auth_rsa_challenge_dialog(client_host_key)) { 77 if (!auth_rsa_challenge_dialog(client_host_key)) {
78 logit("Client on %.800s failed to respond correctly to host authentication.", 78 log("Client on %.800s failed to respond correctly to host authentication.",
79 chost); 79 chost);
80 return 0; 80 return 0;
81 } 81 }