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