Commit 2c9a078b60 for openssl.org

commit 2c9a078b6030444ed868a3943991f42b35cd49dc
Author: Viktor Dukhovni <viktor@openssl.org>
Date:   Wed May 27 01:02:49 2026 +1000

    Fix some missing close parens in signature docs

    Fixes: a9fc8702e072 "doc: document the OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter"

    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Bob Beck <beck@openssl.org>
    Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
    MergeDate: Wed Aug 12 10:46:45 2026
    (Merged from https://github.com/openssl/openssl/pull/32104)

diff --git a/doc/man7/EVP_SIGNATURE-ECDSA.pod b/doc/man7/EVP_SIGNATURE-ECDSA.pod
index aa1d1a8f0d..cd9536ef29 100644
--- a/doc/man7/EVP_SIGNATURE-ECDSA.pod
+++ b/doc/man7/EVP_SIGNATURE-ECDSA.pod
@@ -89,7 +89,7 @@ EVP_PKEY_CTX_get_params().

 =item "fips-indicator" (B<OSSL_SIGNATURE_PARAM_FIPS_APPROVED_INDICATOR>) <integer>

-=item "verify-message" (B<OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE> <integer>
+=item "verify-message" (B<OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE>) <integer>

 The parameters are described in L<provider-signature(7)>.

diff --git a/doc/man7/EVP_SIGNATURE-RSA.pod b/doc/man7/EVP_SIGNATURE-RSA.pod
index 7ec9eda5c1..6de51825b5 100644
--- a/doc/man7/EVP_SIGNATURE-RSA.pod
+++ b/doc/man7/EVP_SIGNATURE-RSA.pod
@@ -167,7 +167,7 @@ EVP_PKEY_CTX_get_params().

 =item "fips-indicator" (B<OSSL_SIGNATURE_PARAM_FIPS_APPROVED_INDICATOR>) <integer>

-=item "verify-message" (B<OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE> <integer>
+=item "verify-message" (B<OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE>) <integer>

 These common parameter are described in L<provider-signature(7)>.

diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod
index 1e4e99c0b1..2758843231 100644
--- a/doc/man7/provider-signature.pod
+++ b/doc/man7/provider-signature.pod
@@ -592,7 +592,7 @@ A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
 This may be used after calling either the sign or verify final functions. It may
 return 0 if either the "digest-check", "key-check", or "sign-check" are set to 0.

-=item "verify-message" (B<OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE> <integer>
+=item "verify-message" (B<OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE>) <integer>

 A getter that returns 1 if a signature verification operation acted on
 a raw message, or 0 if it verified a predigested message.  A value of 0