summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-SCRYPT.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/EVP_KDF-SCRYPT.pod')
-rw-r--r--doc/man7/EVP_KDF-SCRYPT.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KDF-SCRYPT.pod b/doc/man7/EVP_KDF-SCRYPT.pod
index 888667e5c3..570f60e2f3 100644
--- a/doc/man7/EVP_KDF-SCRYPT.pod
+++ b/doc/man7/EVP_KDF-SCRYPT.pod
@@ -69,7 +69,7 @@ A context for scrypt can be obtained by calling:
EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
The output length of an scrypt key derivation is specified via the
-"keylen" parameter to the L<EVP_KDF-derive(3)> function.
+"keylen" parameter to the L<EVP_KDF_derive(3)> function.
=head1 EXAMPLES