summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Lee (ENS/CRYPTO) <saml@microsoft.com>2023-03-29 13:02:38 -0700
committerTodd Short <todd.short@me.com>2023-03-31 14:29:12 -0400
commit027226eb229c41d7066366a8b9ef8241da7500bd (patch)
tree0bf5fa573404d27de6552969f40cf75ba3e756c5 /doc
parent4557e280086d9e300c56183b8ad0671857530dc5 (diff)
downloadopenssl-new-027226eb229c41d7066366a8b9ef8241da7500bd.tar.gz
doc: Fix typo in EVP_EncryptInit.pod
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_EncryptInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index 039f3ce12e..7883f2818a 100644
--- a/doc/man3/EVP_EncryptInit.pod
+++ b/doc/man3/EVP_EncryptInit.pod
@@ -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>).