=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-krb5.c,v retrieving revision 1.15.8.1 retrieving revision 1.15.8.2 diff -u -r1.15.8.1 -r1.15.8.2 --- src/usr.bin/ssh/auth-krb5.c 2006/02/03 03:01:55 1.15.8.1 +++ src/usr.bin/ssh/auth-krb5.c 2006/10/06 03:19:32 1.15.8.2 @@ -1,3 +1,4 @@ +/* $OpenBSD: auth-krb5.c,v 1.15.8.2 2006/10/06 03:19:32 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.15.8.1 2006/02/03 03:01:55 brad 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