summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Makepeace <david.p.makepeace@oracle.com>2018-02-28 16:30:32 +1000
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-02-28 20:31:08 +0100
commitb3f9064cc66324d2359dba5350c71540ce869ceb (patch)
treed09e20ecb91e1a8fa26cf9c505f2ae3810f20cf6 /doc
parent000edfec502c0eed742d07e3ac02c2012381ee5e (diff)
Fixed typo in description of EVP_CIPHER_meth_set_iv_length().
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/5477)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_CIPHER_meth_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_CIPHER_meth_new.pod b/doc/man3/EVP_CIPHER_meth_new.pod
index a33cb76343..15f71612d0 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