projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7324129
)
fix return value in docs
author
Joey Yandle
<xoloki@gmail.com>
Mon, 16 May 2016 19:41:02 +0000
(12:41 -0700)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/doc/crypto/RAND_add.pod
b/doc/crypto/RAND_add.pod
index d1910071b6ae6027c77d98b0a79f5e333815041a..f70b32906ace75f13f45cbb80314195a65bc4513 100644
(file)
--- 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_s
eed
().
+RAND_event() calls RAND_poll() and returns RAND_s
tatus
().
RAND_screen calls RAND_poll().