From b1985f727950dbb3d5c7de863ae0e2181ace53f8 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 23 Jan 2001 00:19:15 +0000 Subject: - (bal) OpenBSD Resync - markus@cvs.openbsd.org 2001/01/22 8:15:00 [auth-krb4.c sshconnect1.c] only AFS needs radix.[ch] - markus@cvs.openbsd.org 2001/01/22 8:32:53 [auth2.c] no need to include; from mouring@etoh.eviladmin.org - stevesk@cvs.openbsd.org 2001/01/22 16:55:21 [key.c] free() -> xfree(); ok markus@ - stevesk@cvs.openbsd.org 2001/01/22 17:22:28 [sshconnect2.c sshd.c] fix memory leaks in SSH2 key exchange; ok markus@ --- auth-krb4.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'auth-krb4.c') 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 @@ */ #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; -- cgit v1.2.3