> In my application I use RAND_seed() and RAND_bytes() to get random data.
> Should I call RAND_cleanup() to free some memory before my application
> exits?
RAND_cleanup only sets various variables to zero, nothing is is freed.
If you want to test something with the deterministic "random" number
generator, then calling RAND_cleanup may make sense; if you really
want random numbers, there's no reason to call RAND_cleanup.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]