[openssl/openssl] 5fd805: doc: Fix description of EVP_CIPHER_CTX_dup
Daiki Ueno
noreply at github.com
Tue May 14 07:31:04 UTC 2024
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 5fd8055b4484e35b29741ccf42d17df9dd24c749
https://github.com/openssl/openssl/commit/5fd8055b4484e35b29741ccf42d17df9dd24c749
Author: Daiki Ueno <dueno at redhat.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M doc/man3/EVP_EncryptInit.pod
Log Message:
-----------
doc: Fix description of EVP_CIPHER_CTX_dup
This fixes a couple of copy and paste error from EVP_MD_CTX_dup,
where: EVP_CIPHER_CTX_dup is useful to avoid multiple
EVP_CIPHER_fetch (instead of EVP_MD_fetch) and returns
EVP_CIPHER_CTX (instead of EVP_MD_CTX).
Signed-off-by: Daiki Ueno <dueno at redhat.com>
Reviewed-by: Paul Dale <ppzgs1 at gmail.com>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24376)
(cherry picked from commit 7860bca22c404cfd763ae2648d708d5cc4df6c2f)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list