summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-04-09 08:23:53 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-04-09 08:23:53 +0000
commite6a0ee96e4c675577422afe159d00155163e6eec (patch)
treed9af6b9666856772062e2aa6a6a347fc5f29ab65 /usr.bin
parent4276a81c8e9a3168367a9b45e5432b4a13c0e735 (diff)
Don't include <krb.h> when compiling with Kerberos 5 support
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c
index 9109a016141..a0779a55ae4 100644
--- a/usr.bin/ssh/servconf.c
+++ b/usr.bin/ssh/servconf.c
@@ -10,9 +10,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.117 2003/04/08 20:21:29 itojun Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.118 2003/04/09 08:23:52 hin Exp $");
-#if defined(KRB4) || defined(KRB5)
+#if defined(KRB4)
#include <krb.h>
#endif
#ifdef AFS