aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/readconf.c')
-rw-r--r--crypto/openssh/readconf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c
index 3440d05e4e3b..52c9c47c6879 100644
--- a/crypto/openssh/readconf.c
+++ b/crypto/openssh/readconf.c
@@ -2611,14 +2611,8 @@ fill_default_options(Options * options)
options->rekey_limit = 0;
if (options->rekey_interval == -1)
options->rekey_interval = 0;
-#if HAVE_LDNS
- if (options->verify_host_key_dns == -1)
- /* automatically trust a verified SSHFP record */
- options->verify_host_key_dns = 1;
-#else
if (options->verify_host_key_dns == -1)
options->verify_host_key_dns = 0;
-#endif
if (options->server_alive_interval == -1)
options->server_alive_interval = 0;
if (options->server_alive_count_max == -1)