[openssl-commits] [openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Wed Feb 28 19:32:26 UTC 2018
The branch master has been updated
via b3f9064cc66324d2359dba5350c71540ce869ceb (commit)
from 000edfec502c0eed742d07e3ac02c2012381ee5e (commit)
- Log -----------------------------------------------------------------
commit b3f9064cc66324d2359dba5350c71540ce869ceb
Author: David Makepeace <david.p.makepeace at oracle.com>
Date: Wed Feb 28 16:30:32 2018 +1000
Fixed typo in description of EVP_CIPHER_meth_set_iv_length().
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/5477)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_CIPHER_meth_new.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/EVP_CIPHER_meth_new.pod b/doc/man3/EVP_CIPHER_meth_new.pod
index a33cb76..15f7161 100644
--- a/doc/man3/EVP_CIPHER_meth_new.pod
+++ b/doc/man3/EVP_CIPHER_meth_new.pod
@@ -73,7 +73,7 @@ EVP_CIPHER_meth_dup() creates a copy of B<cipher>.
EVP_CIPHER_meth_free() destroys a B<EVP_CIPHER> structure.
-EVP_CIPHER_meth_iv_length() sets the length of the IV.
+EVP_CIPHER_meth_set_iv_length() sets the length of the IV.
This is only needed when the implemented cipher mode requires it.
EVP_CIPHER_meth_set_flags() sets the flags to describe optional
More information about the openssl-commits
mailing list