Add FIPS Self test kats for digests
[openssl.git] / doc / man7 / EVP_KDF-SSHKDF.pod
index 107b289392eccea21243eeb4156183833d1e9c80..1f7f3a55ecaa7bc0cb617c3a74ddfa9fffe94e02 100644 (file)
@@ -91,7 +91,7 @@ A context for SSHKDF can be obtained by calling:
 
 The output length of the SSHKDF derivation is specified via the I<keylen>
 parameter to the L<EVP_KDF_derive(3)> function.
-Since the SSHKDF output length is variable, calling L<EVP_KDF-size()>
+Since the SSHKDF output length is variable, calling L<EVP_KDF_size(3)>
 to obtain the requisite length is not meaningful. The caller must
 allocate a buffer of the desired length, and pass that buffer to the
 L<EVP_KDF_derive(3)> function along with the desired length.