summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RAND_cleanup.3
blob: 00ee14b37170c44625c6c254adc5dc7e75358b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.Dd $Mdocdate: November 3 2016 $
.Dt RAND_CLEANUP 3
.Os
.Sh NAME
.Nm RAND_cleanup
.Nd erase the PRNG state
.Sh SYNOPSIS
.In openssl/rand.h
.Ft void
.Fn RAND_cleanup void
.Sh DESCRIPTION
.Fn RAND_cleanup
erases the memory used by the PRNG.
.Sh HISTORY
.Fn RAND_cleanup
is available in all versions of SSLeay and OpenSSL.