summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-X963.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-X963.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-X963.pod')
-rw-r--r--doc/man7/EVP_KDF-X963.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KDF-X963.pod b/doc/man7/EVP_KDF-X963.pod
index 427219ee1d..0248869a57 100644
--- a/doc/man7/EVP_KDF-X963.pod
+++ b/doc/man7/EVP_KDF-X963.pod
@@ -49,7 +49,7 @@ A context for X963KDF can be obtained by calling:
EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
The output length of an X963KDF 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