RAND_cleanup 3 2000-07-16 0.9.9-dev OpenSSL
NAME
RAND_cleanup - erase the PRNG state
LIBRARY
libcrypto, -lcrypto
SYNOPSIS
#include
void RAND_cleanup(void);
DESCRIPTION
_R_A_N_D___c_l_e_a_n_u_p_(_) erases the memory used by the PRNG.
RETURN VALUE
_R_A_N_D___c_l_e_a_n_u_p_(_) returns no value.
SEE ALSO
_o_p_e_n_s_s_l___r_a_n_d(3)
HISTORY
_R_A_N_D___c_l_e_a_n_u_p_(_) is available in all versions of SSLeay and OpenSSL.