summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-ag
blob: 0a09db12b058c3ec42b2aaff603eccb50dd89e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.5 2004/08/31 11:27:12 wiz Exp $

--- readconf.c.orig	2004-07-17 08:12:08.000000000 +0200
+++ readconf.c
@@ -187,7 +187,9 @@ static struct {
 #endif
 	{ "clearallforwardings", oClearAllForwardings },
 	{ "enablesshkeysign", oEnableSSHKeysign },
+#ifndef __INTERIX
 	{ "verifyhostkeydns", oVerifyHostKeyDNS },
+#endif /* __INTERIX */
 	{ "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost },
 	{ "rekeylimit", oRekeyLimit },
 	{ "connecttimeout", oConnectTimeout },