summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-signature.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-10 10:05:57 +0200
committerPauli <paul.dale@oracle.com>2019-09-27 08:21:51 +0200
commit0c452a51a5dfe061e5080ae484f1cd06772d8f47 (patch)
tree6c5e4ebed39bbcfebf0cc0c10eb7d44ec1c52216 /doc/man7/provider-signature.pod
parentMake OSSL_PARAM descriptions uniformly formatted. (diff)
downloadopenssl-0c452a51a5dfe061e5080ae484f1cd06772d8f47.tar.xz
openssl-0c452a51a5dfe061e5080ae484f1cd06772d8f47.zip
Reformat param description lines
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10024)
Diffstat (limited to '')
-rw-r--r--doc/man7/provider-signature.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod
index 81b6feb0a2..777b991cc6 100644
--- a/doc/man7/provider-signature.pod
+++ b/doc/man7/provider-signature.pod
@@ -194,12 +194,12 @@ algorithms:
=over 4
-=item B<OSSL_SIGNATURE_PARAM_DIGEST> ("digest") <UTF8 string>
+=item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
Get or sets the name of the digest algorithm used for the input to the signature
functions.
-=item B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE> ("digest-size") <unsigned integer>
+=item "digest-size" (B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE>) <unsigned integer>
Gets or sets the output size of the digest algorithm used for the input to the
signature functions.