From: Pauli Date: Wed, 15 Jun 2016 13:59:24 +0000 (-0400) Subject: RT4573: Synopsis for RAND_add is wrong X-Git-Tag: OpenSSL_1_0_2i~140 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9e6d7716425593751c34e71b001f68693480fe2;p=oweals%2Fopenssl.git RT4573: Synopsis for RAND_add is wrong Reviewed-by: Matt Caswell --- 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);