svn commit: r249308 - in head/contrib/ldns: . ldns
Dag-Erling Smørgrav
des at FreeBSD.org
Tue Apr 9 13:16:12 UTC 2013
Author: des
Date: Tue Apr 9 13:16:11 2013
New Revision: 249308
URL: http://svnweb.freebsd.org/changeset/base/249308
Log:
Last remaining prototype issue that still hasn't been fixed upstream.
Modified:
head/contrib/ldns/dnssec_sign.c
head/contrib/ldns/ldns/dname.h
Modified: head/contrib/ldns/dnssec_sign.c
==============================================================================
--- head/contrib/ldns/dnssec_sign.c Tue Apr 9 13:14:39 2013 (r249307)
+++ head/contrib/ldns/dnssec_sign.c Tue Apr 9 13:16:11 2013 (r249308)
@@ -771,9 +771,6 @@ ldns_dnssec_zone_create_nsecs(ldns_dnsse
}
#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,
Modified: head/contrib/ldns/ldns/dname.h
==============================================================================
--- head/contrib/ldns/ldns/dname.h Tue Apr 9 13:14:39 2013 (r249307)
+++ head/contrib/ldns/ldns/dname.h Tue Apr 9 13:16:11 2013 (r249308)
@@ -150,6 +150,7 @@ bool ldns_dname_is_subdomain(const ldns_
* \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
More information about the svn-src-head
mailing list