From f317f5aee91a2c21d68a9b94b0742d6b45bc44e8 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 20 Feb 2013 15:54:22 +0400 Subject: openssl: update to 1.0.1e --- deps/openssl/openssl/crypto/rand/randfile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/openssl/openssl/crypto/rand/randfile.c') diff --git a/deps/openssl/openssl/crypto/rand/randfile.c b/deps/openssl/openssl/crypto/rand/randfile.c index 030e07f418..7f1428072d 100644 --- a/deps/openssl/openssl/crypto/rand/randfile.c +++ b/deps/openssl/openssl/crypto/rand/randfile.c @@ -57,7 +57,9 @@ */ /* We need to define this to get macros like S_IFBLK and S_IFCHR */ +#if !defined(OPENSSL_SYS_VXWORKS) #define _XOPEN_SOURCE 500 +#endif #include #include -- cgit v1.2.3