fix return value in docs
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)
This commit is contained in:
parent
73241290bc
commit
2ff3b693e7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ RAND_seed() is equivalent to RAND_add() when B<num == entropy>.
|
|||
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().
|
||||
|
||||
|
|
Loading…
Reference in a new issue