summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MAC-BLAKE2.pod
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-10-13 06:22:17 +0200
committerShane Lontis <shane.lontis@oracle.com>2020-10-22 12:47:02 +0200
commit90a2576b9bbb327141df0bd244830b462fcaeee6 (patch)
tree0e00ad4ca3e8d47598407a15299033a96da2b78b /doc/man7/EVP_MAC-BLAKE2.pod
parentRemove ossl_prov_util_nid_to_name() (diff)
downloadopenssl-90a2576b9bbb327141df0bd244830b462fcaeee6.tar.xz
openssl-90a2576b9bbb327141df0bd244830b462fcaeee6.zip
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Fixes #11320 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13116)
Diffstat (limited to 'doc/man7/EVP_MAC-BLAKE2.pod')
-rw-r--r--doc/man7/EVP_MAC-BLAKE2.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-BLAKE2.pod b/doc/man7/EVP_MAC-BLAKE2.pod
index 90b065340d..51bac880b5 100644
--- a/doc/man7/EVP_MAC-BLAKE2.pod
+++ b/doc/man7/EVP_MAC-BLAKE2.pod
@@ -29,7 +29,7 @@ L<EVP_MAC(3)/PARAMETERS>.
All these parameters can be set with EVP_MAC_CTX_set_params().
Furthermore, the "size" parameter can be retrieved with
-EVP_MAC_CTX_get_params(), or with EVP_MAC_size().
+EVP_MAC_CTX_get_params(), or with EVP_MAC_CTX_get_mac_size().
The length of the "size" parameter should not exceed that of a B<size_t>.
=over 4