=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rh-rsa.c,v retrieving revision 1.38.2.1 retrieving revision 1.39 diff -u -r1.38.2.1 -r1.39 --- src/usr.bin/ssh/Attic/auth-rh-rsa.c 2006/10/06 03:19:32 1.38.2.1 +++ src/usr.bin/ssh/Attic/auth-rh-rsa.c 2006/03/19 18:51:18 1.39 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth-rh-rsa.c,v 1.38.2.1 2006/10/06 03:19:32 brad Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -13,24 +12,18 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include +#include "includes.h" -#include -#include - #include "packet.h" #include "uidswap.h" #include "log.h" -#include "buffer.h" #include "servconf.h" #include "key.h" #include "hostfile.h" #include "pathnames.h" #include "auth.h" #include "canohost.h" -#ifdef GSSAPI -#include "ssh-gss.h" -#endif + #include "monitor_wrap.h" /* import */