]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Last minute doxygen warning suppressions
authorWillem Toorop <willem@NLnetLabs.nl>
Tue, 31 May 2011 12:47:52 +0000 (12:47 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Tue, 31 May 2011 12:47:52 +0000 (12:47 +0000)
ldns/dnssec.h
ldns/dnssec_verify.h

index 739d136cdd7fe706b324b9d4b499320e57f13c56..786355168abf9fe700e922f8d2c2dad49a82e069 100644 (file)
@@ -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.
  */
index a2f275fa655becab2860e6708163d734bac2c79c..735c4cd1b7e0e58ff3290f06096e78498d8b1321 100644 (file)
@@ -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,