5 RAND_cleanup - erase the PRNG state
9 #include <openssl/rand.h>
11 void RAND_cleanup(void);
15 RAND_cleanup() erases the memory used by the PRNG.
19 RAND_cleanup() returns no value.
27 RAND_cleanup() is available in all versions of SSLeay and OpenSSL.