summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-SCRYPT.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-04 13:40:14 -0400
committerRich Salz <rsalz@akamai.com>2019-10-04 13:40:14 -0400
commit86913ef711751eaedc3b3676dd496d33a4fcd21d (patch)
tree56e14bbe9354011793f800bda69948314494b783 /doc/man7/EVP_KDF-SCRYPT.pod
parentf50958b8c80ae267c02b2d534da8bde091010707 (diff)
Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10096)
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