|
|
|
RAND_cleanup(3)
NAME
RAND_cleanup - Erase the PRNG stateSYNOPSIS
#include <openssl/rand.h> void RAND_cleanup( void );DESCRIPTION
The RAND_cleanup() function erases the memory used by the PRNG.RETURN VALUE
The RAND_cleanup() function returns no value.HISTORY
The RAND_cleanup() function is available in all versions of SSLeay and OpenSSL.SEE ALSO
Functions: rand_ssl(3)
|
|
|