summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 18:50:35 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 18:50:35 +1000
commitd6a23f20572f2abc9c1935da6b68b1979f8f83de (patch)
tree58bef1790405390f93b7de93e32efa9aef7402bc /auth-skey.c
parent260cb3519db3bdc3722b76638edfcecfd885608b (diff)
- 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 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,