提交 02eca5c6 编写于 作者: R Rich Salz

Fix doc-nits from previous commit

Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4325)
上级 8a4460c2
...@@ -122,7 +122,7 @@ L<DH_free(3)> ...@@ -122,7 +122,7 @@ L<DH_free(3)>
=head1 HISTORY =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. DH_generate_parameters_ex() instead.
=head1 COPYRIGHT =head1 COPYRIGHT
......
...@@ -111,7 +111,7 @@ L<DSA_free(3)>, L<BN_generate_prime(3)> ...@@ -111,7 +111,7 @@ L<DSA_free(3)>, L<BN_generate_prime(3)>
=head1 HISTORY =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. DSA_generate_parameters_ex() instead.
=head1 COPYRIGHT =head1 COPYRIGHT
......
...@@ -12,6 +12,8 @@ RAND_cleanup - erase the PRNG state ...@@ -12,6 +12,8 @@ RAND_cleanup - erase the PRNG state
void RAND_cleanup(void) void RAND_cleanup(void)
#endif #endif
=head1 DESCRIPTION
Prior to OpenSSL 1.1.0, RAND_cleanup() released all resources used by 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, 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 since no explicit initialisation or de-initialisation is necessary. See
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册