mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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:
parent
ecabdf39aa
commit
a8e32a6b2c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user