aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Ritter <ritter@b1-systems.de>2024-02-17 19:15:14 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-20 09:08:56 +0100
commit5e5c256bbad572cf8d8d9ef9127722ca028d2704 (patch)
tree268cb544837f082553e67c326cf506c04f2c33f5
parenta768a796f26ecebc12ac0bd9b86c5c30bfd9370b (diff)
downloadopenssl-5e5c256bbad572cf8d8d9ef9127722ca028d2704.tar.gz
Correct the defined name of the parameter "micalg" in the documentation
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 https://github.com/openssl/openssl/pull/23615)
-rw-r--r--doc/man3/EVP_DigestInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index 3336a5811a..90559a112e 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -502,7 +502,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.