]> andersk Git - openssh.git/blobdiff - auth-krb4.c
- markus@cvs.openbsd.org 2001/05/17 21:34:15
[openssh.git] / auth-krb4.c
index 80e8f4292c1fe0de85634883c2d6c3c7eec9f1f6..8bb6e3d6f363ea13b34869631d630f3c71de03eb 100644 (file)
  */
 
 #include "includes.h"
+RCSID("$OpenBSD: auth-krb4.c,v 1.23 2001/01/22 08:15:00 markus Exp $");
+
+#include "ssh.h"
+#include "ssh1.h"
 #include "packet.h"
 #include "xmalloc.h"
-#include "ssh.h"
+#include "log.h"
 #include "servconf.h"
+#include "auth.h"
 
-RCSID("$OpenBSD: auth-krb4.c,v 1.20 2000/12/19 23:17:54 markus Exp $");
+#ifdef AFS
+#include "radix.h"
+#endif
 
 #ifdef KRB4
 char *ticket = NULL;
This page took 0.029416 seconds and 4 git commands to generate.