fix return value in docs
authorJoey Yandle <xoloki@gmail.com>
Mon, 16 May 2016 19:41:02 +0000 (12:41 -0700)
committerRich Salz <rsalz@openssl.org>
Sun, 29 May 2016 17:36:59 +0000 (13:36 -0400)
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)

doc/crypto/RAND_add.pod

index d1910071b6ae6027c77d98b0a79f5e333815041a..f70b32906ace75f13f45cbb80314195a65bc4513 100644 (file)
@@ -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().