From: Pauli Date: Tue, 10 Mar 2020 05:10:37 +0000 (+1000) Subject: Undeprecate DH_get_length() and DH_set_length() functions X-Git-Tag: openssl-3.0.0-alpha1~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=769cfc3bd031689cdb9fb3d257ee68b04979fc28;p=oweals%2Fopenssl.git Undeprecate DH_get_length() and DH_set_length() functions Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11225) --- 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