]> andersk Git - openssh.git/blobdiff - dns.h
- (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
[openssh.git] / dns.h
diff --git a/dns.h b/dns.h
index c5da22ef61a4de067f53a3a5851fe68b7dcf5947..b2633a1fe984fe950710a3f3d897a2ad6e8cdb83 100644 (file)
--- 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.10 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -25,9 +25,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-
-#include "includes.h"
-
 #ifndef DNS_H
 #define DNS_H
 
@@ -49,7 +46,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);
 
This page took 0.068235 seconds and 4 git commands to generate.