]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man7/EVP_KDF-X942.pod
Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)
[thirdparty/openssl.git] / doc / man7 / EVP_KDF-X942.pod
index 1a4ab8131ab199a1405d5b7ba5809cc911953e9e..a45d283c15a95bee4ca32b4cb29a906f32ef45df 100644 (file)
@@ -51,7 +51,7 @@ A context for X942KDF can be obtained by calling:
  EVP_KDF *kdf = EVP_KDF_fetch(NULL, "X942KDF", NULL);
  EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
 
-The output length of an X942KDF is specified via the C<keylen>
+The output length of an X942KDF is specified via the I<keylen>
 parameter to the L<EVP_KDF-derive(3)> function.
 
 =head1 EXAMPLES