Import OpenSSL-0.9.8i.
[dragonfly.git] / crypto / openssl-0.9.7d / doc / crypto / RAND_cleanup.pod
blob3a8f0749a8d4d704d044bfd3cd801c1b44a6fcc8
1 =pod
3 =head1 NAME
5 RAND_cleanup - erase the PRNG state
7 =head1 SYNOPSIS
9  #include <openssl/rand.h>
11  void RAND_cleanup(void);
13 =head1 DESCRIPTION
15 RAND_cleanup() erases the memory used by the PRNG.
17 =head1 RETURN VALUE
19 RAND_cleanup() returns no value.
21 =head1 SEE ALSO
23 L<rand(3)|rand(3)>
25 =head1 HISTORY
27 RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
29 =cut