From dc1759e6ed3459d8b9f623103bb691b32bebc908 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 17 Nov 2003 10:16:55 +0000 Subject: [PATCH] - jakob@cvs.openbsd.org 2003/11/08 16:02:40 [auth1.c] remove unused variable (pw). ok djm@ (id sync only - still used in portable) --- ChangeLog | 4 ++++ auth1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19ea6d5d..da540ae8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,10 @@ [session.c] standardise arguments to auth methods - they should all take authctxt. check authctxt->valid rather then pw != NULL; ok markus@ + - jakob@cvs.openbsd.org 2003/11/08 16:02:40 + [auth1.c] + remove unused variable (pw). ok djm@ + (id sync only - still used in portable) 20031115 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and diff --git a/auth1.c b/auth1.c index ea81524f..2156c927 100644 --- a/auth1.c +++ b/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.54 2003/11/04 08:54:09 djm Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.55 2003/11/08 16:02:40 jakob Exp $"); #include "xmalloc.h" #include "rsa.h" -- 2.45.1