mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Last remaining prototype issue that still hasn't been fixed upstream.
This commit is contained in:
parent
d6e492fe3d
commit
f722e1909c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249308
@ -771,9 +771,6 @@ ldns_dnssec_zone_create_nsecs(ldns_dnssec_zone *zone,
|
||||
}
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
/* in dnssec_zone.c */
|
||||
extern int ldns_dname_compare_v(const void *a, const void *b);
|
||||
|
||||
static ldns_status
|
||||
ldns_dnssec_zone_create_nsec3s_mkmap(ldns_dnssec_zone *zone,
|
||||
ldns_rr_list *new_rrs,
|
||||
|
@ -150,6 +150,7 @@ bool ldns_dname_is_subdomain(const ldns_rdf *sub, const ldns_rdf *parent);
|
||||
* \return -1 if dname1 comes before dname2, 1 if dname1 comes after dname2, and 0 if they are equal.
|
||||
*/
|
||||
int ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2);
|
||||
int ldns_dname_compare_v(const void *, const void *);
|
||||
|
||||
/**
|
||||
* Checks whether the dname matches the given wildcard
|
||||
|
Loading…
Reference in New Issue
Block a user