Skip to content

Commit

Permalink
Wrong release version for EVP_DigestSqueeze() in documentation
Browse files Browse the repository at this point in the history
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 #23467)
  • Loading branch information
shahsb authored and t8m committed Feb 8, 2024
1 parent ecabdf3 commit a8e32a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/man3/EVP_DigestInit.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8e32a6

Please sign in to comment.