1RAND_cleanup(3)                     OpenSSL                    RAND_cleanup(3)
2
3
4

NAME

6       RAND_cleanup - erase the PRNG state
7

SYNOPSIS

9        #include <openssl/rand.h>
10
11        void RAND_cleanup(void);
12

DESCRIPTION

14       RAND_cleanup() erases the memory used by the PRNG.
15

RETURN VALUE

17       RAND_cleanup() returns no value.
18

SEE ALSO

20       rand(3)
21

HISTORY

23       RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
24
25
26
271.0.2o                            2018-03-27                   RAND_cleanup(3)
Impressum