=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rh-rsa.c,v retrieving revision 1.38 retrieving revision 1.38.4.1 diff -u -r1.38 -r1.38.4.1 --- src/usr.bin/ssh/Attic/auth-rh-rsa.c 2005/07/17 07:17:54 1.38 +++ src/usr.bin/ssh/Attic/auth-rh-rsa.c 2006/09/30 04:06:50 1.38.4.1 @@ -1,3 +1,4 @@ +/* $OpenBSD: auth-rh-rsa.c,v 1.38.4.1 2006/09/30 04:06:50 brad Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -12,19 +13,24 @@ * called by a name other than "ssh" or "Secure Shell". */ -#include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.38 2005/07/17 07:17:54 djm Exp $"); +#include +#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 */