From: Samuel Lee (ENS/CRYPTO) Date: Wed, 29 Mar 2023 20:02:38 +0000 (-0700) Subject: doc: Fix typo in EVP_EncryptInit.pod X-Git-Tag: openssl-3.2.0-alpha1~1040 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=027226eb229c41d7066366a8b9ef8241da7500bd;p=thirdparty%2Fopenssl.git doc: Fix typo in EVP_EncryptInit.pod CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Shane Lontis Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/20645) --- diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod index 039f3ce12e4..7883f2818a6 100644 --- a/doc/man3/EVP_EncryptInit.pod +++ b/doc/man3/EVP_EncryptInit.pod @@ -1113,7 +1113,7 @@ with an L item with the key When used with a fetched B, EVP_CIPHER_CTX_set_params() get called with an L item with the key -"tlsaadpad" (B) +"tlsaad" (B) followed by EVP_CIPHER_CTX_get_params() with a key of "tlsaadpad" (B).