]> andersk Git - openssh.git/commitdiff
- jakob@cvs.openbsd.org 2003/11/08 16:02:40
authordjm <djm>
Mon, 17 Nov 2003 10:16:55 +0000 (10:16 +0000)
committerdjm <djm>
Mon, 17 Nov 2003 10:16:55 +0000 (10:16 +0000)
     [auth1.c]
     remove unused variable (pw). ok djm@
     (id sync only - still used in portable)

ChangeLog
auth1.c

index 19ea6d5d5905add4c20d4fce41c183d0bd3386f9..da540ae8460f5815b18143c89c8af0fa9b9d42bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [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 ea81524f10835cf91b653b1a8972d1bc006dad9b..2156c927df2f61f4a2f3a349a9e8379e68c523fa 100644 (file)
--- 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"
This page took 0.124832 seconds and 5 git commands to generate.