summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MAC-CMAC.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-CMAC.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-CMAC.pod')
-rw-r--r--doc/man7/EVP_MAC-CMAC.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_MAC-CMAC.pod b/doc/man7/EVP_MAC-CMAC.pod
index e7675e2f7a..05d198a7a5 100644
--- a/doc/man7/EVP_MAC-CMAC.pod
+++ b/doc/man7/EVP_MAC-CMAC.pod
@@ -22,7 +22,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>.
The following parameter can be set with EVP_MAC_CTX_set_params():
@@ -52,7 +52,7 @@ The "size" parameter can also be retrieved with 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