diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-10-14 19:42:11 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-10-14 19:42:11 +0000 |
commit | 559e3625f03efc51b5690107e513410b026206d8 (patch) | |
tree | 332f9d0313bfee7b87751d8472e925e2c32fd249 /usr.bin/ssh/dns.h | |
parent | 0b3532036e862a61862fce1d23334d51db43c6a9 (diff) |
include SSHFP lookup code (not enabled by default). ok markus@
Diffstat (limited to 'usr.bin/ssh/dns.h')
-rw-r--r-- | usr.bin/ssh/dns.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/dns.h b/usr.bin/ssh/dns.h index ba0ea9fb478..1eb07d96ead 100644 --- a/usr.bin/ssh/dns.h +++ b/usr.bin/ssh/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 */ |