[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Rich Salz rsalz at openssl.org
Thu Feb 12 19:24:31 UTC 2015


The branch OpenSSL_1_0_1-stable has been updated
       via  a9ea906654c616908f1195f1396c5bf5cf7fe646 (commit)
      from  bb14c2c9cac6050e231d6ea88a82232270101021 (commit)


- Log -----------------------------------------------------------------
commit a9ea906654c616908f1195f1396c5bf5cf7fe646
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Feb 12 14:23:28 2015 -0500

    RT3684: rand_egd needs stddef.h
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    (cherry picked from commit 872f91c4036e35d292d423e751741ba76f8c5594)

-----------------------------------------------------------------------

Summary of changes:
 crypto/rand/rand_egd.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c
index 1b6e501..737aebf 100644
--- a/crypto/rand/rand_egd.c
+++ b/crypto/rand/rand_egd.c
@@ -113,6 +113,7 @@ int RAND_egd_bytes(const char *path, int bytes)
 #else
 # include <openssl/opensslconf.h>
 # include OPENSSL_UNISTD
+# include <stddef.h>
 # include <sys/types.h>
 # include <sys/socket.h>
 # ifndef NO_SYS_UN_H


More information about the openssl-commits mailing list