]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: fix typos
authorPauli <ppzgs1@gmail.com>
Wed, 31 Jul 2024 03:19:45 +0000 (13:19 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 Aug 2024 17:35:51 +0000 (19:35 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25070)

doc/man7/EVP_SIGNATURE-RSA.pod

index fdb3464009daba2f5877588f92590733e83f1090..bc8fcaabe974b3316db69635b8ee48da955862f1 100644 (file)
@@ -27,7 +27,7 @@ using EVP_PKEY_sign_init_ex() or EVP_PKEY_verify_init_ex().
 
 =item "digest-check" (B<OSSL_SIGNATURE_PARAM_FIPS_DIGEST_CHECK>) <integer>
 
-=item "sign-x931-pad-check" (B<SIGNATURE_PARAM_FIPS_SIGN_X931_PAD_CHECK>) <int>
+=item "sign-x931-pad-check" (B<OSSL_SIGNATURE_PARAM_FIPS_SIGN_X931_PAD_CHECK>) <integer>
 
 These common parameters are described in L<provider-signature(7)>.