summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-SS.pod
diff options
context:
space:
mode:
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