Skip to content

Commit

Permalink
Correct the defined name of the parameter "micalg" in the documentation
Browse files Browse the repository at this point in the history
The EVP_DigestInit(3) manual page contains wrong name for the define
macro for the OSSL_DIGEST_PARAM_MICALG param.

Fixes #23580

CLA: trivial

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23615)

(cherry picked from commit 5e5c256)
  • Loading branch information
commel authored and t8m committed Feb 20, 2024
1 parent 0c5c284 commit a4829e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/EVP_DigestInit.pod
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ EVP_MD_CTX_get_params() can be used with the following OSSL_PARAM keys:

=over 4

=item "micalg" (B<OSSL_PARAM_DIGEST_KEY_MICALG>) <UTF8 string>.
=item "micalg" (B<OSSL_DIGEST_PARAM_MICALG>) <UTF8 string>.

Gets the digest Message Integrity Check algorithm string. This is used when
creating S/MIME multipart/signed messages, as specified in RFC 3851.
Expand Down

0 comments on commit a4829e5

Please sign in to comment.