table of contents
other versions
- jessie 1.0.1t-1+deb8u8
- jessie-backports 1.0.2l-1~bpo8+1
- stretch 1.1.0j-1~deb9u1
- testing 1.1.1a-1
- unstable 1.1.1b-1
RAND_cleanup(3SSL) | OpenSSL | RAND_cleanup(3SSL) |
NAME¶
RAND_cleanup - erase the PRNG stateSYNOPSIS¶
#include <openssl/rand.h> void RAND_cleanup(void);
DESCRIPTION¶
RAND_cleanup() erases the memory used by the PRNG.RETURN VALUE¶
RAND_cleanup() returns no value.SEE ALSO¶
rand(3)HISTORY¶
RAND_cleanup() is available in all versions of SSLeay and OpenSSL.2016-05-03 | 1.0.1t |