summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_unix.c
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-20 20:49:27 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-20 20:49:27 +0000
commita947f2d2b64695118fdc250e31228902ccdd048d (patch)
treef12f5192f0219bb6c3479aa2dcf657a77e0733d8 /crypto/rand/rand_unix.c
parent94e19e7111a0335b1417494f016b3a718c3a22c3 (diff)
<sys/select.h> is included for AIX, when USE_SOCKETS is defined.
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
Diffstat (limited to 'crypto/rand/rand_unix.c')
-rw-r--r--crypto/rand/rand_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c
index 1257fa8d96..ec09d74603 100644
--- a/crypto/rand/rand_unix.c
+++ b/crypto/rand/rand_unix.c
@@ -109,6 +109,7 @@
*
*/
+#define USE_SOCKETS
#include "e_os.h"
#include "cryptlib.h"
#include <openssl/rand.h>