summaryrefslogtreecommitdiffstats
path: root/doc/man3/RAND_cleanup.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RAND_cleanup.pod')
-rw-r--r--doc/man3/RAND_cleanup.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man3/RAND_cleanup.pod b/doc/man3/RAND_cleanup.pod
index a1f171538c..c5f19256bb 100644
--- a/doc/man3/RAND_cleanup.pod
+++ b/doc/man3/RAND_cleanup.pod
@@ -12,6 +12,8 @@ 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