diff options
Diffstat (limited to 'auth-skey.c')
-rw-r--r-- | auth-skey.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/auth-skey.c b/auth-skey.c index 78e216340..147dab825 100644 --- a/auth-skey.c +++ b/auth-skey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-skey.c,v 1.25 2006/08/05 08:00:33 dtucker Exp $ */ | 1 | /* $OpenBSD: auth-skey.c,v 1.26 2006/08/05 08:28:24 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -51,8 +51,7 @@ skey_query(void *ctx, char **name, char **infotxt, | |||
51 | u_int* numprompts, char ***prompts, u_int **echo_on) | 51 | u_int* numprompts, char ***prompts, u_int **echo_on) |
52 | { | 52 | { |
53 | Authctxt *authctxt = ctx; | 53 | Authctxt *authctxt = ctx; |
54 | char challenge[1024], *p; | 54 | char challenge[1024]; |
55 | int len; | ||
56 | struct skey skey; | 55 | struct skey skey; |
57 | 56 | ||
58 | if (_compat_skeychallenge(&skey, authctxt->user, challenge, | 57 | if (_compat_skeychallenge(&skey, authctxt->user, challenge, |