]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man7/EVP_KDF-SS.pod
Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)
[thirdparty/openssl.git] / doc / man7 / EVP_KDF-SS.pod
index fcf423bb45c357fbc1ee5409427928565d8d7e9f..7ab3a3da636f9382e82e6a0a9190f350e8e2ab77 100644 (file)
@@ -68,7 +68,7 @@ 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>
+The output length of an SSKDF is specified via the I<keylen>
 parameter to the L<EVP_KDF-derive(3)> function.
 
 =head1 EXAMPLES