Less documentation for deprecated API
[openssl.git] / doc / man3 / RAND_cleanup.pod
index 34b0ae0761b0287125c518f51f76e21f58042e48..a1f171538c62d36b560e22b0359074c83bdfd112 100644 (file)
@@ -12,8 +12,6 @@ RAND_cleanup - erase the PRNG state
  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
@@ -23,13 +21,10 @@ L<OPENSSL_init_crypto(3)>.
 
 RAND_cleanup() returns no value.
 
-=head1 SEE ALSO
-
-L<RAND_bytes(3)>
-
 =head1 HISTORY
 
-RAND_cleanup() was deprecated in OpenSSL 1.1.0.
+RAND_cleanup() was deprecated in OpenSSL 1.1.0; do not use it.
+See L<OPENSSL_init_crypto(3)>
 
 =head1 COPYRIGHT