[openssl/openssl] a8d884: 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.3
  Home:   https://github.com/openssl/openssl
  Commit: a8d884e2b37c06ad9034a085d12a24b7023677e6
      https://github.com/openssl/openssl/commit/a8d884e2b37c06ad9034a085d12a24b7023677e6
  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