The branch master has been updated
via 3505d70badb341e018a039434636d9b12f537e1e (commit)
from 7dddf2fcc50fe6f7fda0f089ed60dd8545df22bb (commit)
- Log -----------------------------------------------------------------
commit 3505d70badb341e018a039434636d9b12f537e1e
Author: Shane Lontis <[email protected]>
Date: Thu Aug 8 14:23:52 2019 +1000
Fix document nit in EVP_MAC.pod
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Matthias St. Pierre <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/9551)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_MAC.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod
index 2c6687945c..a696c43cc5 100644
--- a/doc/man3/EVP_MAC.pod
+++ b/doc/man3/EVP_MAC.pod
@@ -160,7 +160,7 @@ B<EVP_MAC_CTRL_SET_MD> and B<EVP_MAC_CTRL_SET_CIPHER> below.
=item B<EVP_MAC_CTRL_SET_IV>
-This control expects two arguments: C<unsigned char *key>, C<size_t keylen>
+This control expects two arguments: C<unsigned char *iv>, C<size_t ivlen>
Some MAC implementations require an IV, this control sets the IV.