=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-krb5.c,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -r1.16 -r1.16.2.1 --- src/usr.bin/ssh/auth-krb5.c 2005/11/21 09:42:10 1.16 +++ src/usr.bin/ssh/auth-krb5.c 2006/09/30 04:06:50 1.16.2.1 @@ -1,3 +1,4 @@ +/* $OpenBSD: auth-krb5.c,v 1.16.2.1 2006/09/30 04:06:50 brad Exp $ */ /* * Kerberos v5 authentication and ticket-passing routines. * @@ -27,16 +28,20 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" -RCSID("$OpenBSD: auth-krb5.c,v 1.16 2005/11/21 09:42:10 dtucker Exp $"); +#include +#include +#include +#include "xmalloc.h" #include "ssh.h" #include "ssh1.h" #include "packet.h" -#include "xmalloc.h" #include "log.h" +#include "buffer.h" #include "servconf.h" #include "uidswap.h" +#include "key.h" +#include "hostfile.h" #include "auth.h" #ifdef KRB5