rand_cleanup(3) - Linux man page

Name

RAND_cleanup - erase the PRNG state

Synopsis

#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.

Referenced By

rand_add(3), rand_egd(3), rand_load_file(3), sslrand(3)