diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-17 11:16:55 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-17 11:16:55 +0100 |
commit | a9fcd3ada222a731b8e6cce02b1693e31ca15695 (patch) | |
tree | 6f094243876e2a74679950fe525e21de593466bf /auth1.c | |
parent | - djm@cvs.openbsd.org 2003/11/04 08:54:09 (diff) | |
download | openssh-a9fcd3ada222a731b8e6cce02b1693e31ca15695.tar.xz openssh-a9fcd3ada222a731b8e6cce02b1693e31ca15695.zip |
- 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)
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |