diff options
Diffstat (limited to 'doc/man7/EVP_MAC-HMAC.pod')
-rw-r--r-- | doc/man7/EVP_MAC-HMAC.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-HMAC.pod b/doc/man7/EVP_MAC-HMAC.pod index ea2eda9ec819..0e401710fc92 100644 --- a/doc/man7/EVP_MAC-HMAC.pod +++ b/doc/man7/EVP_MAC-HMAC.pod @@ -76,7 +76,7 @@ The length of the "size" parameter is equal to that of an B<unsigned int>. =over 4 -=item "block-size" (B<OSSL_MAC_PARAM_SIZE>) <unsigned integer> +=item "block-size" (B<OSSL_MAC_PARAM_BLOCK_SIZE>) <unsigned integer> Gets the MAC block size. The "block-size" parameter can also be retrieved with EVP_MAC_CTX_get_block_size(). |