From: Joey Yandle Date: Mon, 16 May 2016 19:41:02 +0000 (-0700) Subject: fix return value in docs X-Git-Tag: OpenSSL_1_1_0-pre6~647 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ff3b693e7aac5de51d64beae2595e5fcfbbfa04;p=oweals%2Fopenssl.git fix return value in docs Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1079) --- diff --git a/doc/crypto/RAND_add.pod b/doc/crypto/RAND_add.pod index d1910071b6..f70b32906a 100644 --- a/doc/crypto/RAND_add.pod +++ b/doc/crypto/RAND_add.pod @@ -47,7 +47,7 @@ RAND_seed() is equivalent to RAND_add() when B. 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().