summaryrefslogtreecommitdiff
path: root/dns.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-15 16:00:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-15 16:00:47 +1000
commitdda19d63ffeed569c57f4b9359bc358abe690d23 (patch)
tree8964645e7f49888c29131aa8d28913e84e1d29d2 /dns.h
parentb370ca9313b02581a5afff20d7555a34cf1f662d (diff)
downloadopenssh-git-dda19d63ffeed569c57f4b9359bc358abe690d23.tar.gz
- jakob@cvs.openbsd.org 2003/10/14 19:42:10
[dns.c dns.h readconf.c ssh-keygen.c sshconnect.c] include SSHFP lookup code (not enabled by default). ok markus@
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 ba0ea9fb..1eb07d96 100644
--- a/dns.h
+++ b/dns.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.h,v 1.3 2003/05/14 22:56:51 jakob Exp $ */
+/* $OpenBSD: dns.h,v 1.4 2003/10/14 19:42:10 jakob Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -28,7 +28,6 @@
#include "includes.h"
-#ifdef DNS
#ifndef DNS_H
#define DNS_H
@@ -54,4 +53,3 @@ int verify_host_key_dns(const char *, struct sockaddr *, Key *);
int export_dns_rr(const char *, Key *, FILE *, int);
#endif /* DNS_H */
-#endif /* DNS */