summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/readconf.c b/readconf.c
index e5f2620a7..86d28bc8d 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.123 2003/10/11 08:24:07 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.124 2003/10/14 19:42:10 jakob Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -183,11 +183,7 @@ static struct {
183#endif 183#endif
184 { "clearallforwardings", oClearAllForwardings }, 184 { "clearallforwardings", oClearAllForwardings },
185 { "enablesshkeysign", oEnableSSHKeysign }, 185 { "enablesshkeysign", oEnableSSHKeysign },
186#ifdef DNS
187 { "verifyhostkeydns", oVerifyHostKeyDNS }, 186 { "verifyhostkeydns", oVerifyHostKeyDNS },
188#else
189 { "verifyhostkeydns", oUnsupported },
190#endif
191 { "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost }, 187 { "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost },
192 { "rekeylimit", oRekeyLimit }, 188 { "rekeylimit", oRekeyLimit },
193 { "connecttimeout", oConnectTimeout }, 189 { "connecttimeout", oConnectTimeout },