summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/s_time.c4
-rw-r--r--crypto/rand/rand_unix.c1
2 files changed, 1 insertions, 4 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index f62f78f191..752158460a 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -109,10 +109,6 @@
#include <sys/timeb.h>
#endif
-#ifdef _AIX
-#include <sys/select.h>
-#endif
-
#if defined(sun) || defined(__ultrix)
#define _POSIX_SOURCE
#include <limits.h>
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>