summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-04 19:06:59 +1000
committerDamien Miller <djm@mindrot.org>2003-06-04 19:06:59 +1000
commit865173ee038a5c35a357c44e1b17e4510ddc2630 (patch)
treeb9128363192b3f8c7eac0ebdc9c24fe715283b57
parentd311c4e54b0919004150f9e2db20cb3d6867c5ab (diff)
- (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)
-rw-r--r--ChangeLog6
-rw-r--r--servconf.c12
2 files changed, 5 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index e8df3ba4a..47df87cf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
120030603 120030603
2 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
3 simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
4
520030603
2 - (djm) Replace setproctitle replacement with code derived from 6 - (djm) Replace setproctitle replacement with code derived from
3 UCB sendmail 7 UCB sendmail
4 - (djm) OpenBSD CVS Sync 8 - (djm) OpenBSD CVS Sync
@@ -425,4 +429,4 @@
425 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 429 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
426 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 430 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
427 431
428$Id: ChangeLog,v 1.2770 2003/06/03 03:09:16 djm Exp $ 432$Id: ChangeLog,v 1.2771 2003/06/04 09:06:59 djm Exp $
diff --git a/servconf.c b/servconf.c
index c501d7b64..6df2a255b 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 $");
16#include <krb.h> 16#include <krb.h>
17#endif 17#endif
18 18
19#if defined(KRB5)
20# ifdef HEIMDAL
21# include <krb.h>
22# else
23/*
24 * XXX: Bodge - but then, so is using the kerberos IV KEYFILE to get a
25 * Kerberos V keytab
26 */
27# define KEYFILE "/etc/krb5.keytab"
28# endif
29#endif
30
31#ifdef AFS 19#ifdef AFS
32#include <kafs.h> 20#include <kafs.h>
33#endif 21#endif