]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix typo in EVP_EncryptInit.pod
authorSamuel Lee (ENS/CRYPTO) <saml@microsoft.com>
Wed, 29 Mar 2023 20:02:38 +0000 (13:02 -0700)
committerTodd Short <todd.short@me.com>
Fri, 31 Mar 2023 18:29:12 +0000 (14:29 -0400)
CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20645)

doc/man3/EVP_EncryptInit.pod

index 039f3ce12e414656bf9d10e92593ed72bd65b05a..7883f2818a68418877dc5dee4103224f436c3236 100644 (file)
@@ -1113,7 +1113,7 @@ with an L<OSSL_PARAM(3)> item with the key
 
 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() get called
 with an L<OSSL_PARAM(3)> item with the key
-"tlsaadpad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD>)
+"tlsaad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD>)
 followed by EVP_CIPHER_CTX_get_params() with a key of
 "tlsaadpad" (B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD>).