diff options
Diffstat (limited to 'dns.h')
-rw-r--r-- | dns.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dns.h,v 1.16 2017/09/01 05:53:56 djm Exp $ */ | 1 | /* $OpenBSD: dns.h,v 1.17 2017/09/14 04:32:21 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |
@@ -49,7 +49,6 @@ enum sshfp_hashes { | |||
49 | #define DNS_VERIFY_FOUND 0x00000001 | 49 | #define DNS_VERIFY_FOUND 0x00000001 |
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 | #define DNS_VERIFY_MISSING 0x00000008 | ||
53 | 52 | ||
54 | int verify_host_key_dns(const char *, struct sockaddr *, | 53 | int verify_host_key_dns(const char *, struct sockaddr *, |
55 | struct sshkey *, int *); | 54 | struct sshkey *, int *); |