summaryrefslogtreecommitdiff
path: root/auth-krb4.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-krb4.c')
-rw-r--r--auth-krb4.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/auth-krb4.c b/auth-krb4.c
index d68806f95..8bb6e3d6f 100644
--- a/auth-krb4.c
+++ b/auth-krb4.c
@@ -23,9 +23,8 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth-krb4.c,v 1.22 2001/01/21 19:05:41 markus Exp $"); 26RCSID("$OpenBSD: auth-krb4.c,v 1.23 2001/01/22 08:15:00 markus Exp $");
27 27
28#ifdef KRB4
29#include "ssh.h" 28#include "ssh.h"
30#include "ssh1.h" 29#include "ssh1.h"
31#include "packet.h" 30#include "packet.h"
@@ -33,8 +32,12 @@ RCSID("$OpenBSD: auth-krb4.c,v 1.22 2001/01/21 19:05:41 markus Exp $");
33#include "log.h" 32#include "log.h"
34#include "servconf.h" 33#include "servconf.h"
35#include "auth.h" 34#include "auth.h"
35
36#ifdef AFS
36#include "radix.h" 37#include "radix.h"
38#endif
37 39
40#ifdef KRB4
38char *ticket = NULL; 41char *ticket = NULL;
39 42
40extern ServerOptions options; 43extern ServerOptions options;