From d60e487c6187af8c012abf84d7f9be80a6b7db4d Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 4 Jun 2003 09:06:59 +0000 Subject: [PATCH] - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from simon@sxw.org.uk (Also matches a change in OpenBSD a while ago) --- ChangeLog | 4 ++++ servconf.c | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index d301d91d..501a75cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20030603 + - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from + simon@sxw.org.uk (Also matches a change in OpenBSD a while ago) + 20030603 - (djm) Replace setproctitle replacement with code derived from UCB sendmail diff --git a/servconf.c b/servconf.c index c501d7b6..6df2a255 100644 --- a/servconf.c +++ b/servconf.c @@ -16,18 +16,6 @@ RCSID("$OpenBSD: servconf.c,v 1.122 2003/06/02 09:17:34 markus Exp $"); #include #endif -#if defined(KRB5) -# ifdef HEIMDAL -# include -# else -/* - * XXX: Bodge - but then, so is using the kerberos IV KEYFILE to get a - * Kerberos V keytab - */ -# define KEYFILE "/etc/krb5.keytab" -# endif -#endif - #ifdef AFS #include #endif -- 2.45.2