From ffd89124bdfc9e69349492c3f15383bb35520a11 Mon Sep 17 00:00:00 2001 From: Antoine Salon Date: Mon, 1 Oct 2018 14:11:57 -0700 Subject: EVP module documentation pass Replace ECDH_KDF_X9_62() with internal ecdh_KDF_X9_63() Signed-off-by: Antoine Salon Reviewed-by: Matt Caswell Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/7345) --- doc/man3/EVP_bf_cbc.pod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/man3/EVP_bf_cbc.pod') diff --git a/doc/man3/EVP_bf_cbc.pod b/doc/man3/EVP_bf_cbc.pod index 4a9d3a9f5e..09b412d745 100644 --- a/doc/man3/EVP_bf_cbc.pod +++ b/doc/man3/EVP_bf_cbc.pod @@ -4,6 +4,7 @@ EVP_bf_cbc, EVP_bf_cfb, +EVP_bf_cfb64, EVP_bf_ecb, EVP_bf_ofb - EVP Blowfish cipher @@ -14,6 +15,7 @@ EVP_bf_ofb const EVP_CIPHER *EVP_bf_cbc(void) const EVP_CIPHER *EVP_bf_cfb(void) + const EVP_CIPHER *EVP_bf_cfb64(void) const EVP_CIPHER *EVP_bf_ecb(void) const EVP_CIPHER *EVP_bf_ofb(void) @@ -27,6 +29,7 @@ This is a variable key length cipher. =item EVP_bf_cbc(), EVP_bf_cfb(), +EVP_bf_cfb64(), EVP_bf_ecb(), EVP_bf_ofb() -- cgit v1.2.3