Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist remove unused variables



details:   https://anonhg.NetBSD.org/src/rev/6a27adce09c7
branches:  trunk
changeset: 790755:6a27adce09c7
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 20 03:35:59 2013 +0000

description:
remove unused variables

diffstat:

 crypto/external/bsd/openssh/dist/auth2-gss.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 73c6cc361c2b -r 6a27adce09c7 crypto/external/bsd/openssh/dist/auth2-gss.c
--- a/crypto/external/bsd/openssh/dist/auth2-gss.c      Sun Oct 20 03:35:32 2013 +0000
+++ b/crypto/external/bsd/openssh/dist/auth2-gss.c      Sun Oct 20 03:35:59 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auth2-gss.c,v 1.4 2013/03/29 16:19:44 christos Exp $   */
+/*     $NetBSD: auth2-gss.c,v 1.5 2013/10/20 03:35:59 christos Exp $   */
 /* $OpenBSD: auth2-gss.c,v 1.18 2012/12/02 20:34:09 djm Exp $ */
 
 /*
@@ -26,7 +26,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: auth2-gss.c,v 1.4 2013/03/29 16:19:44 christos Exp $");
+__RCSID("$NetBSD: auth2-gss.c,v 1.5 2013/10/20 03:35:59 christos Exp $");
 
 #ifdef GSSAPI
 
@@ -229,14 +229,11 @@
 input_gssapi_exchange_complete(int type, u_int32_t plen, void *ctxt)
 {
        Authctxt *authctxt = ctxt;
-       Gssctxt *gssctxt;
        int authenticated;
 
        if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
                fatal("No authentication or GSSAPI context");
 
-       gssctxt = authctxt->methoddata;
-
        /*
         * We don't need to check the status, because we're only enabled in
         * the dispatcher once the exchange is complete



Home | Main Index | Thread Index | Old Index