mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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)
This commit is contained in:
parent
93f99b681a
commit
e847085914
@ -21,7 +21,9 @@ The Distinguishing ID is defined in FIPS 196 as follows:
|
||||
|
||||
=over 4
|
||||
|
||||
I<Distinguishing identifier>: information which unambiguously distinguishes
|
||||
=item I<Distinguishing identifier>
|
||||
|
||||
Information which unambiguously distinguishes
|
||||
an entity in the authentication process.
|
||||
|
||||
=back
|
||||
|
@ -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)>
|
||||
|
Loading…
Reference in New Issue
Block a user