[auth1.c]
     remove unused variable (pw). ok djm@
     (id sync only - still used in portable)
This commit is contained in:
Damien Miller 2003-11-17 21:16:55 +11:00
parent 3e3b5145e5
commit a9fcd3ada2
2 changed files with 6 additions and 2 deletions

View File

@ -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
@ -1436,4 +1440,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3101 2003/11/17 10:13:40 djm Exp $
$Id: ChangeLog,v 1.3102 2003/11/17 10:16:55 djm Exp $

View File

@ -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"