X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fman7%2FEVP_KDF-X963.pod;h=427219ee1d3abb905b7d83a2a48e68803449fc41;hb=dfabee82be84f8ac80eede5d552058fbcdf4928d;hp=62a5378938df0bce7b8457e5f65009832a34d194;hpb=a39bc4404baa4e065d01efe829a1f26eba737049;p=oweals%2Fopenssl.git diff --git a/doc/man7/EVP_KDF-X963.pod b/doc/man7/EVP_KDF-X963.pod index 62a5378938..427219ee1d 100644 --- a/doc/man7/EVP_KDF-X963.pod +++ b/doc/man7/EVP_KDF-X963.pod @@ -48,7 +48,7 @@ A context for X963KDF can be obtained by calling: EVP_KDF *kdf = EVP_KDF_fetch(NULL, "X963KDF", NULL); EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); -The output length of an X963KDF is specified via the C +The output length of an X963KDF is specified via the I parameter to the L function. =head1 EXAMPLES