=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rsa.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- src/usr.bin/ssh/Attic/auth-rsa.c 2001/01/20 17:34:25 1.37 +++ src/usr.bin/ssh/Attic/auth-rsa.c 2001/01/21 19:05:42 1.38 @@ -14,23 +14,23 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rsa.c,v 1.37 2001/01/20 17:34:25 markus Exp $"); +RCSID("$OpenBSD: auth-rsa.c,v 1.38 2001/01/21 19:05:42 markus Exp $"); +#include +#include + #include "rsa.h" #include "packet.h" #include "xmalloc.h" -#include "ssh.h" #include "ssh1.h" #include "mpaux.h" #include "uidswap.h" #include "match.h" -#include "servconf.h" #include "auth-options.h" #include "pathnames.h" - -#include -#include - +#include "log.h" +#include "servconf.h" +#include "auth.h" /* import */ extern ServerOptions options;