summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2003-04-09 08:23:52 +0000
committerhin <hin@openbsd.org>2003-04-09 08:23:52 +0000
commit4ed7d7f1566e6f353598e18e3861c64b5d417e68 (patch)
treee36c3b2f01573f6790ac618c4bb0f62320351fa2
parentCorrect commentary describing page table layouts (diff)
downloadwireguard-openbsd-4ed7d7f1566e6f353598e18e3861c64b5d417e68.tar.xz
wireguard-openbsd-4ed7d7f1566e6f353598e18e3861c64b5d417e68.zip
Don't include <krb.h> when compiling with Kerberos 5 support
-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