RAND_cleanup (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
RAND_cleanup - erase the PRNG stateSYNOPSIS
#include <openssl/rand.h> void RAND_cleanup(void);
DESCRIPTION
RAND_cleanup() erases the memory used by thePRNG.