summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-12-17 16:42:05 +1000
committerPauli <ppzgs1@gmail.com>2021-02-10 12:31:31 +1000
commitaf53092c2b67a8a0b76ae73385414cb1815ea7cc (patch)
tree57cc03ccfda56d27f9cae96320c76d36adc194c3 /doc/man7
parenta054d15c22c501d33e1382bb09ba80bac08c2738 (diff)
Replace provider digest flags with separate param fields
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13830)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_MD-MDC2.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_MD-MDC2.pod b/doc/man7/EVP_MD-MDC2.pod
index 516e19da19..53069557ea 100644
--- a/doc/man7/EVP_MD-MDC2.pod
+++ b/doc/man7/EVP_MD-MDC2.pod
@@ -25,7 +25,7 @@ settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
=over 4
-=item "pad_type" (B<OSSL_DIGEST_PARAM_PAD_TYPE>) <unsigned integer>
+=item "pad-type" (B<OSSL_DIGEST_PARAM_PAD_TYPE>) <unsigned integer>
Sets the padding type to be used.
Normally the final MDC2 block is padded with zeros.