From: Tomas Mraz Date: Wed, 27 Jan 2021 09:22:41 +0000 (+0100) Subject: provider-signature.pod: Fix formatting. X-Git-Tag: openssl-3.0.0-alpha12~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26372a4d44f0b4ef5423228b8bf975a5a7c814cb;p=thirdparty%2Fopenssl.git provider-signature.pod: Fix formatting. Reviewed-by: Richard Levitte Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/13988) --- diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod index bf10b6572c8..222693854f0 100644 --- a/doc/man7/provider-signature.pod +++ b/doc/man7/provider-signature.pod @@ -323,10 +323,10 @@ follows. =item "digest" (B) -Get or sets the name of the digest algorithm used for the input to the signature -functions. It is required in order to calculate the "algorithm-id". +Get or sets the name of the digest algorithm used for the input to the +signature functions. It is required in order to calculate the "algorithm-id". -= item "properties" (B) +=item "properties" (B) Sets the name of the property query associated with the "digest" algorithm. NULL is used if this optional value is not set. @@ -337,7 +337,7 @@ Gets or sets the output size of the digest algorithm used for the input to the signature functions. The length of the "digest-size" parameter should not exceed that of a B. -= item "algorithm-id" (B) +=item "algorithm-id" (B) Gets the DER encoded AlgorithmIdentifier that corresponds to the combination of signature algorithm and digest algorithm for the signature operation.