Wrong release version for EVP_DigestSqueeze() in documentation
authorShakti Shah <shaktishah33@gmail.com>
Sat, 3 Feb 2024 19:57:12 +0000 (01:27 +0530)
committerTomas Mraz <tomas@openssl.org>
Thu, 8 Feb 2024 11:08:36 +0000 (12:08 +0100)
The mentioned function is targeted for 3.3.0 and EVP_MD_CTX_dup()
was added in 3.1.

Fixes #23461

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23467)

doc/man3/EVP_DigestInit.pod

index 492180def977574c230417d06bcfa7bdc52bf434..3336a5811a2edd3510014b5070d7b6067abd3f65 100644 (file)
@@ -805,8 +805,9 @@ EVP_MD_CTX_get0_md() instead.
 EVP_MD_CTX_update_fn() and EVP_MD_CTX_set_update_fn() were deprecated
 in OpenSSL 3.0.
 
-The functions EVP_MD_CTX_dup() and EVP_DigestSqueeze() were added in
-OpenSSL 3.2.
+The EVP_MD_CTX_dup() function was added in OpenSSL 3.1.
+
+The EVP_DigestSqueeze() function was added in OpenSSL 3.3.
 
 =head1 COPYRIGHT