[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Mon Sep 16 08:20:07 UTC 2019
The branch master has been updated
via 2710e8a88809c54a654baa5594b7a474ce07a8e7 (commit)
from 55c7dc79274f7256f573d99353f887263b162b7b (commit)
- Log -----------------------------------------------------------------
commit 2710e8a88809c54a654baa5594b7a474ce07a8e7
Author: Pauli <paul.dale at oracle.com>
Date: Mon Sep 16 11:15:25 2019 +1000
Use "PARAMETERS" in the documentation headings.
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9906)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_DigestInit.pod | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index 7f5a1e5db2..69a52d10aa 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -146,17 +146,17 @@ See L</CONTROLS> below for more information.
=item EVP_MD_get_params()
Retrieves the requested list of B<params> from a MD B<md>.
-See L</PARAMS> below for more information.
+See L</PARAMETERS> below for more information.
=item EVP_MD_CTX_get_params()
Retrieves the requested list of B<params> from a MD context B<ctx>.
-See L</PARAMS> below for more information.
+See L</PARAMETERS> below for more information.
=item EVP_MD_CTX_set_params()
Sets the list of B<params> into a MD context B<ctx>.
-See L</PARAMS> below for more information.
+See L</PARAMETERS> below for more information.
=item EVP_MD_gettable_params(), EVP_MD_CTX_gettable_params(),
EVP_MD_CTX_settable_params()
@@ -331,7 +331,7 @@ I<arg> as argument.
=back
-=head1 PARAMS
+=head1 PARAMETERS
See L<OSSL_PARAM(3)> for information about passing parameters.
More information about the openssl-commits
mailing list