summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index d1b7ae996..397b0a55c 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.29 2002/03/04 12:43:06 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.30 2002/03/14 16:56:33 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "uidswap.h" 19#include "uidswap.h"
@@ -63,7 +63,7 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, Key *client_host_key
63 /* A matching host key was found and is known. */ 63 /* A matching host key was found and is known. */
64 64
65 /* Perform the challenge-response dialog with the client for the host key. */ 65 /* Perform the challenge-response dialog with the client for the host key. */
66 if (!auth_rsa_challenge_dialog(client_host_key->rsa)) { 66 if (!auth_rsa_challenge_dialog(client_host_key)) {
67 log("Client on %.800s failed to respond correctly to host authentication.", 67 log("Client on %.800s failed to respond correctly to host authentication.",
68 canonical_hostname); 68 canonical_hostname);
69 return 0; 69 return 0;