=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/gss-serv-krb5.c,v retrieving revision 1.3 retrieving revision 1.3.6.2 diff -u -r1.3 -r1.3.6.2 --- src/usr.bin/ssh/gss-serv-krb5.c 2004/07/21 10:36:23 1.3 +++ src/usr.bin/ssh/gss-serv-krb5.c 2006/10/06 03:19:32 1.3.6.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv-krb5.c,v 1.3 2004/07/21 10:36:23 djm Exp $ */ +/* $OpenBSD: gss-serv-krb5.c,v 1.3.6.2 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -24,19 +24,19 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" - #ifdef GSSAPI #ifdef KRB5 -#include "auth.h" +#include + #include "xmalloc.h" +#include "key.h" +#include "hostfile.h" +#include "auth.h" #include "log.h" -#include "servconf.h" +#include "buffer.h" #include "ssh-gss.h" - -extern ServerOptions options; #include