From a947f2d2b64695118fdc250e31228902ccdd048d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 20 Jun 2002 20:49:27 +0000 Subject: [PATCH 1/1] is included for AIX, when USE_SOCKETS is defined. Submitted by: Bernhard Simon Reviewed by: PR: --- apps/s_time.c | 4 ---- crypto/rand/rand_unix.c | 1 + 2 files changed, 1 insertion(+), 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 #endif -#ifdef _AIX -#include -#endif - #if defined(sun) || defined(__ultrix) #define _POSIX_SOURCE #include 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 -- 2.34.1