RAND_cleanup - Erase the PRNG state
#include <openssl/rand.h>
void RAND_cleanup(
void );
The RAND_cleanup() function erases the memory used by the
PRNG.
The RAND_cleanup() function returns no value.
The RAND_cleanup() function is available in all versions
of SSLeay and OpenSSL.
Functions: rand_ssl(3)
RAND_cleanup(3)
[ Back ] |