1RAND_cleanup(3) OpenSSL RAND_cleanup(3)
23
4
NAME
6RAND_cleanup - erase the PRNG state
7
SYNOPSIS
9#include <openssl/rand.h>
1011
void RAND_cleanup(void);
12
DESCRIPTION
14RAND_cleanup() erases the memory used by the PRNG.
15
RETURN VALUE
17RAND_cleanup() returns no value.
18
SEE ALSO
20rand(3)
21
HISTORY
23RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
2425
26
27
1.0.2o 2020-08-01 RAND_cleanup(3)