summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth1.c b/auth1.c
index 921a1757a..766053c97 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.29 2001/12/27 18:22:16 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.30 2001/12/27 19:54:53 markus Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "rsa.h" 16#include "rsa.h"
@@ -214,7 +214,7 @@ do_authloop(Authctxt *authctxt)
214 packet_integrity_check(plen, (4 + ulen) + 4 + elen + nlen, type); 214 packet_integrity_check(plen, (4 + ulen) + 4 + elen + nlen, type);
215 215
216 authenticated = auth_rhosts_rsa(pw, client_user, 216 authenticated = auth_rhosts_rsa(pw, client_user,
217 client_host_key->rsa); 217 client_host_key);
218 key_free(client_host_key); 218 key_free(client_host_key);
219 219
220 snprintf(info, sizeof info, " ruser %.100s", client_user); 220 snprintf(info, sizeof info, " ruser %.100s", client_user);