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