mirror of https://github.com/openssl/openssl.git
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)
This commit is contained in:
parent
4557e28008
commit
027226eb22
|
|
@ -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>).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue