From 769cfc3bd031689cdb9fb3d257ee68b04979fc28 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 10 Mar 2020 15:10:37 +1000 Subject: [PATCH] Undeprecate DH_get_length() and DH_set_length() functions Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11225) --- doc/man3/DH_get0_pqg.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/man3/DH_get0_pqg.pod b/doc/man3/DH_get0_pqg.pod index a755130002..2c63e52b38 100644 --- a/doc/man3/DH_get0_pqg.pod +++ b/doc/man3/DH_get0_pqg.pod @@ -96,8 +96,7 @@ object, or NULL if no such ENGINE has been set. This function is deprecated. The DH_get_length() and DH_set_length() functions get and set the optional length parameter associated with this DH object. If the length is nonzero then it is used, otherwise it is ignored. The I parameter indicates the -length of the secret exponent (private key) in bits. These functions are -deprecated. +length of the secret exponent (private key) in bits. =head1 NOTES -- 2.25.1