Man Page: rand_cleanup
Operating Environment: opensolaris
Section: 3openssl
RAND_cleanup(3openssl) OpenSSL RAND_cleanup(3openssl)NAMERAND_cleanup - erase the PRNG stateSYNOPSIS#include <openssl/rand.h> void RAND_cleanup(void);DESCRIPTIONRAND_cleanup() erases the memory used by the PRNG.RETURN VALUERAND_cleanup() returns no value.SEE ALSOrand(3)HISTORYRAND_cleanup() is available in all versions of SSLeay and OpenSSL. OpenSSL-0.9.8 Oct 11 2005 RAND_cleanup(3openssl)