summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-passwd.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-03-04 12:43:07 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-03-04 12:43:07 +0000
commitc4e5be3a682e41e988603e2a405d9ad3db7564de (patch)
tree936272a2ca2695048c6676f84fe06a62f49b5391 /usr.bin/ssh/auth-passwd.c
parent293383a4dff7e6d5b519fe495586546a0a4e9f24 (diff)
unused include
Diffstat (limited to 'usr.bin/ssh/auth-passwd.c')
-rw-r--r--usr.bin/ssh/auth-passwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth-passwd.c b/usr.bin/ssh/auth-passwd.c
index 7fc2b32e2db..915991f435f 100644
--- a/usr.bin/ssh/auth-passwd.c
+++ b/usr.bin/ssh/auth-passwd.c
@@ -36,10 +36,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-passwd.c,v 1.23 2001/06/26 16:15:23 dugsong Exp $");
+RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $");
#include "packet.h"
-#include "xmalloc.h"
#include "log.h"
#include "servconf.h"
#include "auth.h"