[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Rich Salz rsalz at openssl.org
Thu Jun 16 11:29:15 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  d9e6d7716425593751c34e71b001f68693480fe2 (commit)
      from  75f90688fb2dec0f897cad8be8b92be725c5016b (commit)


- Log -----------------------------------------------------------------
commit d9e6d7716425593751c34e71b001f68693480fe2
Author: Pauli <paul.dale at oracle.com>
Date:   Wed Jun 15 09:59:24 2016 -0400

    RT4573: Synopsis for RAND_add is wrong
    
    Reviewed-by: Matt Caswell <matt at 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);


More information about the openssl-commits mailing list