<sys/select.h> is included for AIX, when USE_SOCKETS is defined.
authorLutz Jänicke <jaenicke@openssl.org>
Thu, 20 Jun 2002 20:13:12 +0000 (20:13 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Thu, 20 Jun 2002 20:13:12 +0000 (20:13 +0000)
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:

apps/s_time.c
crypto/rand/rand_unix.c

index f62f78f191ffb48bdc2fda04bee22ca02e80a6a6..752158460aaf49437d935482c6de5fd687129f27 100644 (file)
 #include <sys/timeb.h>
 #endif
 
-#ifdef _AIX
-#include <sys/select.h>
-#endif
-
 #if defined(sun) || defined(__ultrix)
 #define _POSIX_SOURCE
 #include <limits.h>
index 1257fa8d96c10e63b778db027e570cc3852aeb6f..ec09d74603c672b82edb994cbc9f08838cf3f06e 100644 (file)
  *
  */
 
+#define USE_SOCKETS
 #include "e_os.h"
 #include "cryptlib.h"
 #include <openssl/rand.h>