Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4325)
=head1 HISTORY
-DH_generate_parameters() was deprecated in OpenSSL version 0.9.8; use
+DH_generate_parameters() was deprecated in OpenSSL 0.9.8; use
DH_generate_parameters_ex() instead.
=head1 COPYRIGHT
=head1 HISTORY
-DSA_generate_parameters() was deprecated in OpenSSL version 0.9.8; use
+DSA_generate_parameters() was deprecated in OpenSSL 0.9.8; use
DSA_generate_parameters_ex() instead.
=head1 COPYRIGHT
void RAND_cleanup(void)
#endif
+=head1 DESCRIPTION
+
Prior to OpenSSL 1.1.0, RAND_cleanup() released all resources used by
the PRNG. As of version 1.1.0, it does nothing and should not be called,
since no explicit initialisation or de-initialisation is necessary. See