summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-PBKDF2.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-17 08:44:15 +1000
committerPauli <paul.dale@oracle.com>2019-09-18 18:36:13 +1000
commit4c04e7b1cc14d98fe79acb647e4ad1cf1b8114b5 (patch)
treeaa3d2b457f5a182ed7c2b9e94bd4a49158f3d695 /doc/man7/EVP_KDF-PBKDF2.pod
parent54488bd914ee344d55dc75d9df71ce9a5ad3da49 (diff)
Fix links to functions.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9905)
Diffstat (limited to 'doc/man7/EVP_KDF-PBKDF2.pod')
-rw-r--r--doc/man7/EVP_KDF-PBKDF2.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man7/EVP_KDF-PBKDF2.pod b/doc/man7/EVP_KDF-PBKDF2.pod
index df9d354e79..f90029bf4e 100644
--- a/doc/man7/EVP_KDF-PBKDF2.pod
+++ b/doc/man7/EVP_KDF-PBKDF2.pod
@@ -81,12 +81,12 @@ SP800-132
=head1 SEE ALSO
-L<EVP_KDF>,
-L<EVP_KDF-CTX_new(3)>,
-L<EVP_KDF-CTX_free(3)>,
-L<EVP_KDF-CTX_set_params(3)>,
-L<EVP_KDF-derive(3)>,
-L<EVP_KDF-CTX(3)/PARAMETERS>
+L<EVP_KDF(3)>,
+L<EVP_KDF_CTX_new(3)>,
+L<EVP_KDF_CTX_free(3)>,
+L<EVP_KDF_CTX_set_params(3)>,
+L<EVP_KDF_derive(3)>,
+L<EVP_KDF(3)/PARAMETERS>
=head1 HISTORY