From: David Makepeace Date: Wed, 28 Feb 2018 06:30:32 +0000 (+1000) Subject: Fixed typo in description of EVP_CIPHER_meth_set_iv_length(). X-Git-Tag: OpenSSL_1_1_1-pre3~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3f9064cc66324d2359dba5350c71540ce869ceb;p=openssl Fixed typo in description of EVP_CIPHER_meth_set_iv_length(). Reviewed-by: Rich Salz Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/5477) --- 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. EVP_CIPHER_meth_free() destroys a B 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