RAND_poll

Reseed the PRNG by polling trusted system entropy sources.

Synopsis

Declared in <openssl/rand.h>

int
RAND_poll();

Return Value

1 on success, or 0 if seeding from system sources failed.