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

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


The branch OpenSSL_1_0_2-stable has been updated
       via  872f91c4036e35d292d423e751741ba76f8c5594 (commit)
      from  ee1ccd0a41ad068957fe65ba7521e593b51bbad4 (commit)


- Log -----------------------------------------------------------------
commit 872f91c4036e35d292d423e751741ba76f8c5594
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>

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

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