Query: rand_cleanup
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RAND_cleanup(3) OpenSSL RAND_cleanup(3)NAMERAND_cleanup - erase the PRNG stateLIBRARYlibcrypto, -lcryptoSYNOPSIS#include <openssl/rand.h> void RAND_cleanup(void);DESCRIPTIONRAND_cleanup() erases the memory used by the PRNG.RETURN VALUERAND_cleanup() returns no value.SEE ALSOopenssl_rand(3)HISTORYRAND_cleanup() is available in all versions of SSLeay and OpenSSL. 1.0.1i 2009-07-20 RAND_cleanup(3)