summaryrefslogtreecommitdiffstats
path: root/auth2-skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-skey.c')
-rw-r--r--auth2-skey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2-skey.c b/auth2-skey.c
index e29205d4..dbf24f67 100644
--- a/auth2-skey.c
+++ b/auth2-skey.c
@@ -1,5 +1,5 @@
#include "includes.h"
-RCSID("$OpenBSD: auth2-skey.c,v 1.1 2000/10/11 20:14:38 markus Exp $");
+RCSID("$OpenBSD: auth2-skey.c,v 1.2 2000/12/19 23:17:55 markus Exp $");
#ifdef SKEY
#include "ssh.h"
@@ -62,7 +62,7 @@ input_userauth_info_response(int type, int plen, void *ctxt)
{
Authctxt *authctxt = ctxt;
int authenticated = 0;
- unsigned int nresp, rlen;
+ u_int nresp, rlen;
char *resp, *method;
if (authctxt == NULL)