diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-10-13 14:22:17 +1000 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-10-22 20:47:02 +1000 |
commit | 90a2576b9bbb327141df0bd244830b462fcaeee6 (patch) | |
tree | 0e00ad4ca3e8d47598407a15299033a96da2b78b /doc/man7/EVP_MAC-Poly1305.pod | |
parent | 42445046354a4ac7671143600e888c6b230e56ff (diff) | |
download | openssl-new-90a2576b9bbb327141df0bd244830b462fcaeee6.tar.gz |
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-Poly1305.pod')
-rw-r--r-- | doc/man7/EVP_MAC-Poly1305.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-Poly1305.pod b/doc/man7/EVP_MAC-Poly1305.pod index da9953a1d5..8a0989ab71 100644 --- a/doc/man7/EVP_MAC-Poly1305.pod +++ b/doc/man7/EVP_MAC-Poly1305.pod @@ -41,7 +41,7 @@ EVP_MAC_CTX_get_params(): =back -The "size" parameter can also be retrieved with with EVP_MAC_size(). +The "size" parameter can also be retrieved with with EVP_MAC_CTX_get_mac_size(). The length of the "size" parameter should not exceed that of an B<unsigned int>. =head1 SEE ALSO |