summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
authordtucker <dtucker>2006-08-05 08:50:35 +0000
committerdtucker <dtucker>2006-08-05 08:50:35 +0000
commitf2c3325949e4b6301c146c891d6b318fbbba48a5 (patch)
treedaafae5994027d0ec97656854a883d81236fb1ce /auth-skey.c
parent603228ca2a57ba71fabeef841ccc50e8a1ebdaed (diff)
downloadopenssh-f2c3325949e4b6301c146c891d6b318fbbba48a5.tar.gz
- dtucker@cvs.openbsd.org 2006/08/05 08:28:24
[monitor_wrap.c auth-skey.c auth2-chall.c] Zap unused variables in -DSKEY code. ok djm@
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 78e21634..147dab82 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-skey.c,v 1.25 2006/08/05 08:00:33 dtucker Exp $ */
+/* $OpenBSD: auth-skey.c,v 1.26 2006/08/05 08:28:24 dtucker Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -51,8 +51,7 @@ skey_query(void *ctx, char **name, char **infotxt,
u_int* numprompts, char ***prompts, u_int **echo_on)
{
Authctxt *authctxt = ctx;
- char challenge[1024], *p;
- int len;
+ char challenge[1024];
struct skey skey;
if (_compat_skeychallenge(&skey, authctxt->user, challenge,