![]() |
![]()
| ![]() |
![]()
NAMERAND_cleanup - erase the PRNG state SYNOPSIS#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.
|