summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MAC-Siphash.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-17 08:46:49 +1000
committerPauli <paul.dale@oracle.com>2019-09-18 18:36:13 +1000
commitfddb1847b1d53ead95678cbe21004c03c88d506d (patch)
treeac390b7826a6d65038d6676a19b42f55a9ab9d32 /doc/man7/EVP_MAC-Siphash.pod
parentb1cabee8ce63e73f0116e501cd0933ace3cdec88 (diff)
Change PARAMETER NAMES links to PARAMETERS
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9905)
Diffstat (limited to 'doc/man7/EVP_MAC-Siphash.pod')
-rw-r--r--doc/man7/EVP_MAC-Siphash.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_MAC-Siphash.pod b/doc/man7/EVP_MAC-Siphash.pod
index 25e0a8fa38..f82a668851 100644
--- a/doc/man7/EVP_MAC-Siphash.pod
+++ b/doc/man7/EVP_MAC-Siphash.pod
@@ -23,7 +23,7 @@ used with EVP_MAC_fetch():
=head2 Supported parameters
The general description of these parameters can be found in
-L<EVP_MAC(3)/PARAMETER NAMES>.
+L<EVP_MAC(3)/PARAMETERS>.
All these parameters can be set with EVP_MAC_CTX_set_params().
Furthermore, the "size" parameter can be retrieved with
@@ -40,7 +40,7 @@ EVP_MAC_CTX_get_params(), or with EVP_MAC_size().
=head1 SEE ALSO
L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
-L<EVP_MAC(3)/PARAMETER NAMES>, L<OSSL_PARAM(3)>
+L<EVP_MAC(3)/PARAMETERS>, L<OSSL_PARAM(3)>
=head1 COPYRIGHT