summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-PBKDF2.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-16 08:59:10 +1000
committerPauli <paul.dale@oracle.com>2019-09-18 18:36:13 +1000
commit40526dfd92817fd1fdd8e4adc9065c02c7807818 (patch)
tree3e17fc1dd750b193b55e4cade1b66fe2300a3342 /doc/man7/EVP_KDF-PBKDF2.pod
parent5b5e2985f355c8e99c196d9ce5d02c15bebadfbc (diff)
Clean up KDF documentation in section 7.
The EVP_KDF_ctrl function doesn't exist anymore and have been replaced by EVP_KDF_CTX_set_params. The EVP_KDF_new_id function doesn't exist either and EVP_KDF_new should be used instead. 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.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_KDF-PBKDF2.pod b/doc/man7/EVP_KDF-PBKDF2.pod
index 311e0a3769..df9d354e79 100644
--- a/doc/man7/EVP_KDF-PBKDF2.pod
+++ b/doc/man7/EVP_KDF-PBKDF2.pod
@@ -82,9 +82,9 @@ SP800-132
=head1 SEE ALSO
L<EVP_KDF>,
-L<EVP_KDF-CTX_new_id(3)>,
+L<EVP_KDF-CTX_new(3)>,
L<EVP_KDF-CTX_free(3)>,
-L<EVP_KDF-ctrl(3)>,
+L<EVP_KDF-CTX_set_params(3)>,
L<EVP_KDF-derive(3)>,
L<EVP_KDF-CTX(3)/PARAMETERS>