From: Robert Ransom Date: Mon, 6 Feb 2012 10:29:48 +0000 (-0800) Subject: Fix crypto_hmac_sha256 documentation comment X-Git-Tag: tor-0.2.3.13-alpha~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd029f0ca364c6b39c9774fbe337d3a85d7cb40b;p=thirdparty%2Ftor.git Fix crypto_hmac_sha256 documentation comment --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 380dcf0abc..41f81ebd77 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1716,8 +1716,8 @@ crypto_hmac_sha1(char *hmac_out, } /** Compute the HMAC-SHA-256 of the msg_len bytes in msg, using - * the key of length key_len. Store the DIGEST_LEN-byte result - * in hmac_out. + * the key of length key_len. Store the DIGEST256_LEN-byte + * result in hmac_out. */ void crypto_hmac_sha256(char *hmac_out,