Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>
[openssl.git] / doc / man7 / EVP_KDF-X942.pod
index a45d283c15a95bee4ca32b4cb29a906f32ef45df..c88d2f528811e6479c18277450db40ae681941ca 100644 (file)
@@ -52,7 +52,7 @@ A context for X942KDF can be obtained by calling:
  EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
 
 The output length of an X942KDF 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