RAND_cleanup.pod 381 B

1234567891011121314151617181920212223242526272829
  1. =pod
  2. =head1 NAME
  3. RAND_cleanup - erase the PRNG state
  4. =head1 SYNOPSIS
  5. #include <openssl/rand.h>
  6. void RAND_cleanup(void);
  7. =head1 DESCRIPTION
  8. RAND_cleanup() erases the memory used by the PRNG.
  9. =head1 RETURN VALUE
  10. RAND_cleanup() returns no value.
  11. =head1 SEE ALSO
  12. L<rand(3)|rand(3)>
  13. =head1 HISTORY
  14. RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
  15. =cut