summaryrefslogtreecommitdiff
path: root/dns.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-11 22:05:45 +1000
committerDamien Miller <djm@mindrot.org>2003-06-11 22:05:45 +1000
commit0e1b937f1362866765c09c11d3f4066f108ff910 (patch)
treecc1055e3cc9995ae74f66bedc7f08eff32e69a04 /dns.c
parent7392ae62706e67828714f66d53676bc64f68b1e8 (diff)
downloadopenssh-git-0e1b937f1362866765c09c11d3f4066f108ff910.tar.gz
- jakob@cvs.openbsd.org 2003/06/11 10:18:47
[dns.c] sync with check_host_key() change
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/dns.c b/dns.c
index 14ca13a4..90ab5601 100644
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.5 2003/05/15 02:27:15 jakob Exp $ */
+/* $OpenBSD: dns.c,v 1.6 2003/06/11 10:18:47 jakob Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -44,7 +44,7 @@
#include "uuencode.h"
extern char *__progname;
-RCSID("$OpenBSD: dns.c,v 1.5 2003/05/15 02:27:15 jakob Exp $");
+RCSID("$OpenBSD: dns.c,v 1.6 2003/06/11 10:18:47 jakob Exp $");
#ifndef LWRES
static const char *errset_text[] = {
@@ -221,13 +221,8 @@ verify_host_key_dns(const char *hostname, struct sockaddr *address,
/* Matching algoritm and digest. */
freerrset(fingerprints);
-#ifdef DNSSEC
debug("matching host key fingerprint found in DNS");
return DNS_VERIFY_OK;
-#else
- logit("Matching host key fingerprint found in DNS.");
- return DNS_VERIFY_ERROR;
-#endif
} else {
/* Correct algorithm but bad digest */
debug("verify_hostkey_dns: failed");