summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2016-06-15 09:59:24 -0400
committerRich Salz <rsalz@openssl.org>2016-06-16 07:28:49 -0400
commitd9e6d7716425593751c34e71b001f68693480fe2 (patch)
tree66d10b780b1b58bb4f3c5f59e81220741d786eba
parent75f90688fb2dec0f897cad8be8b92be725c5016b (diff)
RT4573: Synopsis for RAND_add is wrong
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--doc/crypto/rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/rand.pod b/doc/crypto/rand.pod
index d102df2eee..b754854bcf 100644
--- 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);