From 86913ef711751eaedc3b3676dd496d33a4fcd21d Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 4 Oct 2019 13:40:14 -0400 Subject: Fix L to L Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10096) --- doc/man7/EVP_KDF-SS.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man7/EVP_KDF-SS.pod') diff --git a/doc/man7/EVP_KDF-SS.pod b/doc/man7/EVP_KDF-SS.pod index 7ab3a3da63..2281cc3cb7 100644 --- a/doc/man7/EVP_KDF-SS.pod +++ b/doc/man7/EVP_KDF-SS.pod @@ -69,7 +69,7 @@ A context for SSKDF can be obtained by calling: EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); The output length of an SSKDF is specified via the I -parameter to the L function. +parameter to the L function. =head1 EXAMPLES -- cgit v1.2.3