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.318
1 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/libcrypto/man/RAND_cleanup.3 b/src/lib/libcrypto/man/RAND_cleanup.3
deleted file mode 100644
index 8c57e09fc7..0000000000
--- a/src/lib/libcrypto/man/RAND_cleanup.3
+++ /dev/null
@@ -1,18 +0,0 @@
1.\" $OpenBSD: RAND_cleanup.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
4.Dt RAND_CLEANUP 3
5.Os
6.Sh NAME
7.Nm RAND_cleanup
8.Nd erase the PRNG state
9.Sh SYNOPSIS
10.In openssl/rand.h
11.Ft void
12.Fn RAND_cleanup void
13.Sh DESCRIPTION
14.Fn RAND_cleanup
15erases the memory used by the PRNG.
16.Sh HISTORY
17.Fn RAND_cleanup
18is available in all versions of SSLeay and OpenSSL.