diff options
Diffstat (limited to 'dns.h')
-rw-r--r-- | dns.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dns.h,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */ | 1 | /* $OpenBSD: dns.h,v 1.11 2010/02/26 20:29:54 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |
@@ -46,7 +46,7 @@ enum sshfp_hashes { | |||
46 | #define DNS_VERIFY_MATCH 0x00000002 | 46 | #define DNS_VERIFY_MATCH 0x00000002 |
47 | #define DNS_VERIFY_SECURE 0x00000004 | 47 | #define DNS_VERIFY_SECURE 0x00000004 |
48 | 48 | ||
49 | int verify_host_key_dns(const char *, struct sockaddr *, const Key *, int *); | 49 | int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *); |
50 | int export_dns_rr(const char *, const Key *, FILE *, int); | 50 | int export_dns_rr(const char *, Key *, FILE *, int); |
51 | 51 | ||
52 | #endif /* DNS_H */ | 52 | #endif /* DNS_H */ |