diff options
Diffstat (limited to 'src/lib/libcrypto/rand/rand_unix.c')
-rw-r--r-- | src/lib/libcrypto/rand/rand_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/rand/rand_unix.c b/src/lib/libcrypto/rand/rand_unix.c index 0b29235130..a7f66c6dfe 100644 --- a/src/lib/libcrypto/rand/rand_unix.c +++ b/src/lib/libcrypto/rand/rand_unix.c | |||
@@ -109,6 +109,8 @@ | |||
109 | * | 109 | * |
110 | */ | 110 | */ |
111 | 111 | ||
112 | #define USE_SOCKETS | ||
113 | #include "e_os.h" | ||
112 | #include "cryptlib.h" | 114 | #include "cryptlib.h" |
113 | #include <openssl/rand.h> | 115 | #include <openssl/rand.h> |
114 | #include "rand_lcl.h" | 116 | #include "rand_lcl.h" |