diff options
Diffstat (limited to 'doc/crypto/rand.pod')
| -rw-r--r-- | doc/crypto/rand.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/rand.pod b/doc/crypto/rand.pod index d102df2eee80..b754854bcf05 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); |
