EVP: add name traversal functions to all fetchable types
[openssl.git] / doc / man7 / EVP_KDF-SS.pod
index fcf423bb45c357fbc1ee5409427928565d8d7e9f..2281cc3cb77a4c066bc7b51d5cc24191010b1cc7 100644 (file)
@@ -68,8 +68,8 @@ A context for SSKDF can be obtained by calling:
  EVP_KDF *kdf = EVP_KDF_fetch(NULL, "SSKDF", NULL);
  EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
 
-The output length of an SSKDF is specified via the C<keylen>
-parameter to the L<EVP_KDF-derive(3)> function.
+The output length of an SSKDF is specified via the I<keylen>
+parameter to the L<EVP_KDF_derive(3)> function.
 
 =head1 EXAMPLES