diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-10-14 19:42:11 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-10-14 19:42:11 +0000 |
commit | 559e3625f03efc51b5690107e513410b026206d8 (patch) | |
tree | 332f9d0313bfee7b87751d8472e925e2c32fd249 /usr.bin/ssh/readconf.c | |
parent | 0b3532036e862a61862fce1d23334d51db43c6a9 (diff) |
include SSHFP lookup code (not enabled by default). ok markus@
Diffstat (limited to 'usr.bin/ssh/readconf.c')
-rw-r--r-- | usr.bin/ssh/readconf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 2492ac6c3ed..29544f107f2 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.123 2003/10/11 08:24:07 markus Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.124 2003/10/14 19:42:10 jakob Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -183,11 +183,7 @@ static struct { #endif { "clearallforwardings", oClearAllForwardings }, { "enablesshkeysign", oEnableSSHKeysign }, -#ifdef DNS { "verifyhostkeydns", oVerifyHostKeyDNS }, -#else - { "verifyhostkeydns", oUnsupported }, -#endif { "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost }, { "rekeylimit", oRekeyLimit }, { "connecttimeout", oConnectTimeout }, |