The branch OpenSSL_1_0_2-stable has been updated via d9e6d7716425593751c34e71b001f68693480fe2 (commit) from 75f90688fb2dec0f897cad8be8b92be725c5016b (commit)
- Log ----------------------------------------------------------------- commit d9e6d7716425593751c34e71b001f68693480fe2 Author: Pauli <paul.d...@oracle.com> Date: Wed Jun 15 09:59:24 2016 -0400 RT4573: Synopsis for RAND_add is wrong Reviewed-by: Matt Caswell <m...@openssl.org> ----------------------------------------------------------------------- Summary of changes: 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 d102df2..b754854 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); _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits