diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-19 14:23:51 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-19 16:48:11 +0100 |
commit | 0f0841b2d28b7463267d4d91577e72e3340a1d3a (patch) | |
tree | ba55fcd2b6e2cc22b30f5afb561dbb3da4c8b6c7 /dns.h | |
parent | f2a5f5dae656759efb0b76c3d94890b65c197a02 (diff) | |
parent | 8698446b972003b63dfe5dcbdb86acfe986afb85 (diff) |
New upstream release (6.8p1).
Diffstat (limited to 'dns.h')
-rw-r--r-- | dns.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dns.h,v 1.13 2014/04/20 09:24:26 logan Exp $ */ | 1 | /* $OpenBSD: dns.h,v 1.14 2015/01/15 09:40:00 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |
@@ -50,7 +50,8 @@ enum sshfp_hashes { | |||
50 | #define DNS_VERIFY_MATCH 0x00000002 | 50 | #define DNS_VERIFY_MATCH 0x00000002 |
51 | #define DNS_VERIFY_SECURE 0x00000004 | 51 | #define DNS_VERIFY_SECURE 0x00000004 |
52 | 52 | ||
53 | int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *); | 53 | int verify_host_key_dns(const char *, struct sockaddr *, |
54 | int export_dns_rr(const char *, Key *, FILE *, int); | 54 | struct sshkey *, int *); |
55 | int export_dns_rr(const char *, struct sshkey *, FILE *, int); | ||
55 | 56 | ||
56 | #endif /* DNS_H */ | 57 | #endif /* DNS_H */ |