summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MD-common.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-05-21 17:21:27 -0400
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-05-27 00:35:00 +0200
commite847085914476636d75ee1874b78e1c0e983da6e (patch)
tree9db6854178521e1ec5304406d312d17dad039af9 /doc/man7/EVP_MD-common.pod
parent93f99b681ab5a1cf7062053323e09b0cad5ff854 (diff)
Clean up some doc nits
Mostly "No items in =over/=back list" Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11902)
Diffstat (limited to 'doc/man7/EVP_MD-common.pod')
-rw-r--r--doc/man7/EVP_MD-common.pod9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/man7/EVP_MD-common.pod b/doc/man7/EVP_MD-common.pod
index 783844988b..58d8ed5641 100644
--- a/doc/man7/EVP_MD-common.pod
+++ b/doc/man7/EVP_MD-common.pod
@@ -7,11 +7,8 @@ EVP_MD-common - The OpenSSL EVP_MD implementations, common things
=head1 DESCRIPTION
All the OpenSSL EVP_MD implementations understand the following
-L<OSSL_PARAM(3)> entries:
-
-=over 4
-
-Gettable with L<EVP_MD_get_params(3)>:
+L<OSSL_PARAM(3)> entries that are
+gettable with L<EVP_MD_get_params(3)>, as well as these:
=over 4
@@ -49,8 +46,6 @@ This value can also be retrieved with L<EVP_MD_flags(3)>.
=back
-=back
-
=head1 SEE ALSO
L<EVP_MD_get_params(3)>, L<provider-digest(7)>