aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoey Yandle <xoloki@gmail.com>2016-05-16 12:41:02 -0700
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commit2ff3b693e7aac5de51d64beae2595e5fcfbbfa04 (patch)
treed46bde1b6564b46096d951cc51b79240055066ea /doc
parent73241290bc15d708bb9ec8bb48891df1e5485e3e (diff)
downloadopenssl-2ff3b693e7aac5de51d64beae2595e5fcfbbfa04.tar.gz
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/RAND_add.pod2
1 files changed, 1 insertions, 1 deletions
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<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().