Index Index for
Section 3
Index Alphabetical
listing for R
Bottom of page Bottom of
page

RAND_cleanup(3)

NAME

RAND_cleanup - Erase the PRNG state

SYNOPSIS

#include <openssl/rand.h> void RAND_cleanup( void );

DESCRIPTION

The RAND_cleanup() function erases the memory used by the PRNG.

RETURN VALUE

The RAND_cleanup() function returns no value.

HISTORY

The RAND_cleanup() function is available in all versions of SSLeay and OpenSSL.

SEE ALSO

Functions: rand_ssl(3)

Index Index for
Section 3
Index Alphabetical
listing for R
Top of page Top of
page