Wrong release version for EVP_DigestSqueeze() in documentation

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)
This commit is contained in:
Shakti Shah 2024-02-04 01:27:12 +05:30 committed by Tomas Mraz
parent ecabdf39aa
commit a8e32a6b2c

View 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