summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RAND_cleanup.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/RAND_cleanup.3')
-rw-r--r--src/lib/libcrypto/man/RAND_cleanup.316
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/libcrypto/man/RAND_cleanup.3 b/src/lib/libcrypto/man/RAND_cleanup.3
new file mode 100644
index 0000000000..00ee14b371
--- /dev/null
+++ b/src/lib/libcrypto/man/RAND_cleanup.3
@@ -0,0 +1,16 @@
1.Dd $Mdocdate: November 3 2016 $
2.Dt RAND_CLEANUP 3
3.Os
4.Sh NAME
5.Nm RAND_cleanup
6.Nd erase the PRNG state
7.Sh SYNOPSIS
8.In openssl/rand.h
9.Ft void
10.Fn RAND_cleanup void
11.Sh DESCRIPTION
12.Fn RAND_cleanup
13erases the memory used by the PRNG.
14.Sh HISTORY
15.Fn RAND_cleanup
16is available in all versions of SSLeay and OpenSSL.