summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/crypto/rand.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/crypto/rand.pod')
-rw-r--r--crypto/openssl/doc/crypto/rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/crypto/rand.pod b/crypto/openssl/doc/crypto/rand.pod
index d102df2..b754854 100644
--- a/crypto/openssl/doc/crypto/rand.pod
+++ b/crypto/openssl/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);
OpenPOWER on IntegriCloud