BIND 10 trac781, updated. f4f11a9b1c09adb07e2d6b99a0bd342d5a75ea3f [trac781] forgot to update a doxygen

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 18 11:58:53 UTC 2011


The branch, trac781 has been updated
       via  f4f11a9b1c09adb07e2d6b99a0bd342d5a75ea3f (commit)
      from  74e6966d7f8f8216dad871f1648cab977fb9fea2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4f11a9b1c09adb07e2d6b99a0bd342d5a75ea3f
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Apr 18 13:58:38 2011 +0200

    [trac781] forgot to update a doxygen

-----------------------------------------------------------------------

Summary of changes:
 src/lib/crypto/crypto.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/crypto/crypto.h b/src/lib/crypto/crypto.h
index 5389e0c..bde4908 100644
--- a/src/lib/crypto/crypto.h
+++ b/src/lib/crypto/crypto.h
@@ -217,8 +217,11 @@ void signHMAC(const void* data,
 ///
 /// \param data The data to verify
 /// \param data_len The length of the data
-/// \param key The TSIGKey to verify with
-/// \param mac The signature to verify
+/// \param secret The secret to sign with
+/// \param secret_len The length of the secret
+/// \param hash_algorithm The hash algorithm
+/// \param sig The signature to verify
+/// \param sig_len The length of the signature
 /// \return True if the signature verifies, false if not
 bool verifyHMAC(const void* data,
                 const size_t data_len,




More information about the bind10-changes mailing list