From: Lutz Jänicke Date: Thu, 20 Jun 2002 20:49:27 +0000 (+0000) Subject: is included for AIX, when USE_SOCKETS is defined. X-Git-Tag: OpenSSL_0_9_6e~26^2~48 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a947f2d2b64695118fdc250e31228902ccdd048d;ds=sidebyside is included for AIX, when USE_SOCKETS is defined. Submitted by: Bernhard Simon Reviewed by: PR: --- 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