Branch: refs/heads/openssl-3.1 Home: https://github.com/openssl/openssl Commit: 5fd8055b4484e35b29741ccf42d17df9dd24c749 https://github.com/openssl/openssl/commit/5fd8055b4484e35b29741ccf42d17df9dd24c749 Author: Daiki Ueno <du...@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 <du...@redhat.com> Reviewed-by: Paul Dale <ppz...@gmail.com> Reviewed-by: Dmitry Belyavskiy <beld...@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