]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Undeprecate DH_get_length() and DH_set_length() functions
authorPauli <paul.dale@oracle.com>
Tue, 10 Mar 2020 05:10:37 +0000 (15:10 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 19 Apr 2020 00:37:39 +0000 (10:37 +1000)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11225)

doc/man3/DH_get0_pqg.pod

index a75513000281ad246566a2c7187a0c4666514b2b..2c63e52b38d3601e9899410ca42c6c357dab4c8c 100644 (file)
@@ -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<length> 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