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:
75f9068
)
RT4573: Synopsis for RAND_add is wrong
author
Pauli
<paul.dale@oracle.com>
Wed, 15 Jun 2016 13:59:24 +0000
(09:59 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 16 Jun 2016 11:28:49 +0000
(07:28 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/crypto/rand.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/rand.pod
b/doc/crypto/rand.pod
index d102df2eee80156dfd097d7fa9a6475984ab61f0..b754854bcf0590657153bb18650a085b89293100 100644
(file)
--- a/
doc/crypto/rand.pod
+++ b/
doc/crypto/rand.pod
@@
-14,7
+14,7
@@
rand - pseudo-random number generator
int RAND_pseudo_bytes(unsigned char *buf, int num);
void RAND_seed(const void *buf, int num);
- void RAND_add(const void *buf, int num,
int
entropy);
+ void RAND_add(const void *buf, int num,
double
entropy);
int RAND_status(void);
int RAND_load_file(const char *file, long max_bytes);