RAND_cleanup - erase the PRNG state
libcrypto, -lcrypto
#include <openssl/rand.h>
void RAND_cleanup(void);
RAND_cleanup() erases the memory used by the PRNG.
RAND_cleanup() returns no value.
openssl_rand(3)
RAND_cleanup() is available in all versions of SSLeay and
OpenSSL.
2000-07-22 0.9.6g RAND_cleanup(3)
[ Back ] |