summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-ag
blob: 0a7b4c454d696205249558559f9b202f9a635cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.4 2004/08/04 06:43:52 minskim Exp $

--- readconf.c.orig	Mon Mar  8 06:12:36 2004
+++ readconf.c
@@ -186,7 +186,9 @@ static struct {
 #endif
 	{ "clearallforwardings", oClearAllForwardings },
 	{ "enablesshkeysign", oEnableSSHKeysign },
+#ifndef __INTERIX
 	{ "verifyhostkeydns", oVerifyHostKeyDNS },
+#endif /* __INTERIX */
 	{ "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost },
 	{ "rekeylimit", oRekeyLimit },
 	{ "connecttimeout", oConnectTimeout },