summaryrefslogtreecommitdiff
path: root/dns.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:11:15 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:11:15 +1100
commit319550a52b08a56eee54af494433bb9bca547d82 (patch)
tree9550965cd8bb6e888c5667db3f3dbf0789d764cb /dns.h
parent7e8795d3082de5b0f86728b5ecceff56d69db491 (diff)
downloadopenssh-git-319550a52b08a56eee54af494433bb9bca547d82.tar.gz
- stevesk@cvs.openbsd.org 2005/10/17 14:13:35
[dns.c dns.h] more cleanups; ok jakob@
Diffstat (limited to 'dns.h')
-rw-r--r--dns.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/dns.h b/dns.h
index c5da22ef..0aa1c28f 100644
--- a/dns.h
+++ b/dns.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.h,v 1.5 2003/11/12 16:39:58 jakob Exp $ */
+/* $OpenBSD: dns.h,v 1.6 2005/10/17 14:13:35 stevesk Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -25,7 +25,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
#include "includes.h"
#ifndef DNS_H
@@ -49,7 +48,6 @@ enum sshfp_hashes {
#define DNS_VERIFY_MATCH 0x00000002
#define DNS_VERIFY_SECURE 0x00000004
-
int verify_host_key_dns(const char *, struct sockaddr *, const Key *, int *);
int export_dns_rr(const char *, const Key *, FILE *, int);