From: Alexandre Perrin Date: Mon, 2 Apr 2018 11:15:31 +0000 (-0400) Subject: Documentation typo fix in EVP_EncryptInit.pod X-Git-Tag: OpenSSL_1_1_1-pre4~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60;p=oweals%2Fopenssl.git Documentation typo fix in EVP_EncryptInit.pod Remove duplicate declaration of `EVP_CIPHER_key_length` in the synopsis. CLA: trivial Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5792) --- diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod index 030b010898..2e3a45a799 100644 --- a/doc/man3/EVP_EncryptInit.pod +++ b/doc/man3/EVP_EncryptInit.pod @@ -99,7 +99,6 @@ EVP_enc_null int EVP_CIPHER_nid(const EVP_CIPHER *e); int EVP_CIPHER_block_size(const EVP_CIPHER *e); - int EVP_CIPHER_key_length(const EVP_CIPHER *e) int EVP_CIPHER_key_length(const EVP_CIPHER *e); int EVP_CIPHER_iv_length(const EVP_CIPHER *e); unsigned long EVP_CIPHER_flags(const EVP_CIPHER *e);