summaryrefslogtreecommitdiff
path: root/auth-krb4.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-23 10:16:38 +1000
committerDamien Miller <djm@mindrot.org>2000-06-23 10:16:38 +1000
commitbf7f466206d4ca43c66d910099b2047df5659350 (patch)
tree4ada535baf0220a2007b046432e4614054e06a9f /auth-krb4.c
parentb54b40ef06517dc3091253228f06d3bd54f19a82 (diff)
- OpenBSD CVS Updates:
- markus@cvs.openbsd.org 2000/06/22 10:32:27 [sshd.c] missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL - djm@cvs.openbsd.org 2000/06/22 17:55:00 [auth-krb4.c key.c radix.c uuencode.c] Missing CVS idents; ok markus
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