Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1079)
RAND_status() returns 1 if the PRNG has been seeded
with enough data, 0 otherwise.
RAND_status() returns 1 if the PRNG has been seeded
with enough data, 0 otherwise.
-RAND_event() calls RAND_poll() and returns RAND_seed().
+RAND_event() calls RAND_poll() and returns RAND_status().
RAND_screen calls RAND_poll().
RAND_screen calls RAND_poll().