=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth1.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/ssh/Attic/auth1.c 2001/01/19 15:55:10 1.12 +++ src/usr.bin/ssh/Attic/auth1.c 2001/01/21 19:05:43 1.13 @@ -10,15 +10,15 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.12 2001/01/19 15:55:10 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.13 2001/01/21 19:05:43 markus Exp $"); #include "xmalloc.h" #include "rsa.h" -#include "ssh.h" #include "ssh1.h" #include "packet.h" #include "buffer.h" #include "mpaux.h" +#include "log.h" #include "servconf.h" #include "compat.h" #include "auth.h"