From ad834d06cf4ab9625f26837b803fa2e1932be8d7 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 31 May 2011 12:47:52 +0000 Subject: [PATCH] Last minute doxygen warning suppressions --- ldns/dnssec.h | 2 +- ldns/dnssec_verify.h | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ldns/dnssec.h b/ldns/dnssec.h index 739d136c..78635516 100644 --- a/ldns/dnssec.h +++ b/ldns/dnssec.h @@ -213,7 +213,7 @@ ldns_dnssec_create_nsec_bitmap(ldns_rr_type rr_type_list[], /** * returns whether a rrset of the given type is found in the rrsets. * - * \param[in] *rsets the rrsets to be tested + * \param[in] rrsets the rrsets to be tested * \param[in] type the type to test for * \return int 1 if the type was found, 0 otherwise. */ diff --git a/ldns/dnssec_verify.h b/ldns/dnssec_verify.h index a2f275fa..735c4cd1 100644 --- a/ldns/dnssec_verify.h +++ b/ldns/dnssec_verify.h @@ -402,8 +402,8 @@ ldns_status ldns_dnssec_verify_denial_nsec3(ldns_rr *rr, * \param[in] packet_qtype The original query RR type * \param[in] packet_nodata True if the providing packet had an empty ANSWER * section - * \param[in] ldns_rr On match, the given (reference to a) pointer will be set - * to point to the matching nsec resource record. + * \param[in] match On match, the given (reference to a) pointer will be set + * to point to the matching nsec resource record. * \return LDNS_STATUS_OK if the NSEC3 RRs deny the existence, error code * containing the reason they do not otherwise */ @@ -490,6 +490,7 @@ ldns_status ldns_verify_rrsig(ldns_rr_list *rrset, ldns_rr *rrsig, ldns_rr *key); +#if LDNS_BUILD_CONFIG_HAVE_SSL /** * verifies a buffer with signature data for a buffer with rrset data * with an EVP_PKEY @@ -499,12 +500,10 @@ ldns_status ldns_verify_rrsig(ldns_rr_list *rrset, * \param[in] key the EVP key structure * \param[in] digest_type The digest type of the signature */ -#if LDNS_BUILD_CONFIG_HAVE_SSL ldns_status ldns_verify_rrsig_evp(ldns_buffer *sig, ldns_buffer *rrset, EVP_PKEY *key, const EVP_MD *digest_type); -#endif /** * Like ldns_verify_rrsig_evp, but uses raw signature data. @@ -514,7 +513,6 @@ ldns_status ldns_verify_rrsig_evp(ldns_buffer *sig, * \param[in] key the EVP key structure * \param[in] digest_type The digest type of the signature */ -#if LDNS_BUILD_CONFIG_HAVE_SSL ldns_status ldns_verify_rrsig_evp_raw(unsigned char *sig, size_t siglen, ldns_buffer *rrset, -- 2.47.3