summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-08-08 14:23:52 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-08-08 14:23:52 +1000
commit3505d70badb341e018a039434636d9b12f537e1e (patch)
treecb62aacb5b585419bf8baf77c8795b2a951e0065 /doc
parent7dddf2fcc50fe6f7fda0f089ed60dd8545df22bb (diff)
Fix document nit in EVP_MAC.pod
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9551)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_MAC.pod2
1 files changed, 1 insertions, 1 deletions
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.