[openssl] master update
shane.lontis at oracle.com
shane.lontis at oracle.com
Thu Aug 8 04:24:42 UTC 2019
The branch master has been updated
via 3505d70badb341e018a039434636d9b12f537e1e (commit)
from 7dddf2fcc50fe6f7fda0f089ed60dd8545df22bb (commit)
- Log -----------------------------------------------------------------
commit 3505d70badb341e018a039434636d9b12f537e1e
Author: Shane Lontis <shane.lontis at oracle.com>
Date: Thu Aug 8 14:23:52 2019 +1000
Fix document nit in EVP_MAC.pod
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(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.
More information about the openssl-commits
mailing list