summaryrefslogtreecommitdiff
path: root/auth-krb4.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-krb4.c')
-rw-r--r--auth-krb4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-krb4.c b/auth-krb4.c
index a26842713..e32089b74 100644
--- a/auth-krb4.c
+++ b/auth-krb4.c
@@ -9,6 +9,8 @@
9#include "ssh.h" 9#include "ssh.h"
10#include "servconf.h" 10#include "servconf.h"
11 11
12RCSID("$OpenBSD: auth-krb4.c,v 1.15 2000/06/22 23:54:59 djm Exp $");
13
12#ifdef KRB4 14#ifdef KRB4
13char *ticket = NULL; 15char *ticket = NULL;
14 16