=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-passwd.c,v retrieving revision 1.22.2.1 retrieving revision 1.22.2.2 diff -u -r1.22.2.1 -r1.22.2.2 --- src/usr.bin/ssh/auth-passwd.c 2001/09/27 19:03:54 1.22.2.1 +++ src/usr.bin/ssh/auth-passwd.c 2002/03/09 00:20:43 1.22.2.2 @@ -36,10 +36,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-passwd.c,v 1.22.2.1 2001/09/27 19:03:54 jason Exp $"); +RCSID("$OpenBSD: auth-passwd.c,v 1.22.2.2 2002/03/09 00:20:43 miod Exp $"); #include "packet.h" -#include "xmalloc.h" #include "log.h" #include "servconf.h" #include "auth.h"