summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-signature.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-26 04:14:00 +0200
committerPauli <paul.dale@oracle.com>2019-09-27 08:21:51 +0200
commitd56eba1fd109faa2c25fcb7cb2d9ee85e62b827f (patch)
tree5a6c61cd87b3ae9d6c0705ea924a890ab62d3763 /doc/man7/provider-signature.pod
parentWhen building of modules is disabled, build the legacy provider into libcrypto (diff)
downloadopenssl-d56eba1fd109faa2c25fcb7cb2d9ee85e62b827f.tar.xz
openssl-d56eba1fd109faa2c25fcb7cb2d9ee85e62b827f.zip
Make OSSL_PARAM descriptions uniformly formatted.
=item B<MACRO> ("name") <type> 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 777b991cc6..81b6feb0a2 100644
--- a/doc/man7/provider-signature.pod
+++ b/doc/man7/provider-signature.pod
@@ -194,12 +194,12 @@ algorithms:
=over 4
-=item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
+=item B<OSSL_SIGNATURE_PARAM_DIGEST> ("digest") <UTF8 string>
Get or sets the name of the digest algorithm used for the input to the signature
functions.
-=item "digest-size" (B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE>) <unsigned integer>
+=item B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE> ("digest-size") <unsigned integer>
Gets or sets the output size of the digest algorithm used for the input to the
signature functions.