Commit 2ff3b693 authored by Joey Yandle's avatar Joey Yandle Committed by Rich Salz
Browse files

fix return value in docs

parent 73241290
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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().