Skip to content

Commit

Permalink
upstream: g/c unused variable
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: aa6ef0778a1f1bde0d73efba72a777c48d2bd010
  • Loading branch information
djmdjm committed May 17, 2024
1 parent 01fb82e commit 17b566e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions auth2-gss.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: auth2-gss.c,v 1.35 2024/05/17 00:30:23 djm Exp $ */
/* $OpenBSD: auth2-gss.c,v 1.36 2024/05/17 04:42:13 djm Exp $ */

/*
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
Expand Down Expand Up @@ -255,7 +255,6 @@ input_gssapi_exchange_complete(int type, u_int32_t plen, struct ssh *ssh)
{
Authctxt *authctxt = ssh->authctxt;
int r, authenticated;
const char *displayname;

if (authctxt == NULL)
fatal("No authentication or GSSAPI context");
Expand Down Expand Up @@ -287,7 +286,6 @@ input_gssapi_mic(int type, u_int32_t plen, struct ssh *ssh)
int r, authenticated = 0;
struct sshbuf *b;
gss_buffer_desc mic, gssbuf;
const char *displayname;
u_char *p;
size_t len;

Expand Down

0 comments on commit 17b566e

Please sign in to comment.