summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-SS.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-SS.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-SS.pod')
-rw-r--r--doc/man7/EVP_KDF-SS.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KDF-SS.pod b/doc/man7/EVP_KDF-SS.pod
index 7ab3a3da63..2281cc3cb7 100644
--- a/doc/man7/EVP_KDF-SS.pod
+++ b/doc/man7/EVP_KDF-SS.pod
@@ -69,7 +69,7 @@ A context for SSKDF can be obtained by calling:
EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
The output length of an SSKDF is specified via the I<keylen>
-parameter to the L<EVP_KDF-derive(3)> function.
+parameter to the L<EVP_KDF_derive(3)> function.
=head1 EXAMPLES