]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix crypto_hmac_sha256 documentation comment
authorRobert Ransom <rransom.8774@gmail.com>
Mon, 6 Feb 2012 10:29:48 +0000 (02:29 -0800)
committerRobert Ransom <rransom.8774@gmail.com>
Mon, 20 Feb 2012 10:47:10 +0000 (02:47 -0800)
src/common/crypto.c

index 380dcf0abc2ba9dcf1f99eeb75dfb49b3edf15e0..41f81ebd77db6e326bfa694321fddbb8ff5bc1cf 100644 (file)
@@ -1716,8 +1716,8 @@ crypto_hmac_sha1(char *hmac_out,
 }
 
 /** Compute the HMAC-SHA-256 of the <b>msg_len</b> bytes in <b>msg</b>, using
- * the <b>key</b> of length <b>key_len</b>.  Store the DIGEST_LEN-byte result
- * in <b>hmac_out</b>.
+ * the <b>key</b> of length <b>key_len</b>.  Store the DIGEST256_LEN-byte
+ * result in <b>hmac_out</b>.
  */
 void
 crypto_hmac_sha256(char *hmac_out,