Fix doc-nits from previous commit
[openssl.git] / doc / man3 / RAND_cleanup.pod
index a1f171538c62d36b560e22b0359074c83bdfd112..c5f19256bbc085cfc993abda6e6f4394dbebbd15 100644 (file)
@@ -12,6 +12,8 @@ RAND_cleanup - erase the PRNG state
  void RAND_cleanup(void)
  #endif
 
  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
 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