From 2ff3b693e7aac5de51d64beae2595e5fcfbbfa04 Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Mon, 16 May 2016 12:41:02 -0700 Subject: [PATCH] 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) --- doc/crypto/RAND_add.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). -- 2.25.1