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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a947f2d2b64695118fdc250e31228902ccdd048d;p=thirdparty%2Fopenssl.git 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 f62f78f191f..752158460aa 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 1257fa8d96c..ec09d74603c 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