From d9e6d7716425593751c34e71b001f68693480fe2 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 15 Jun 2016 09:59:24 -0400 Subject: [PATCH] RT4573: Synopsis for RAND_add is wrong Reviewed-by: Matt Caswell --- doc/crypto/rand.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1