From: Dr. Stephen Henson Date: Fri, 22 Feb 2002 21:26:25 +0000 (+0000) Subject: Fix for AIX. X-Git-Tag: OpenSSL-engine-0_9_6d~4^2~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a3ca3f5154d9c76e72832f5d584beff393f890d;p=openssl Fix for AIX. Submitted by Dawn Whiteside --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 0592e6c2a8..7d6b53eed1 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -111,7 +111,7 @@ #define _XOPEN_SOURCE 600 /* Or gethostname won't be declared properly on Linux and GNU platforms. */ -#define _XOPEN_SOURCE_EXTENDED /* Or gethostname won't be declared properly +#define _XOPEN_SOURCE_EXTENDED 1 /* Or gethostname won't be declared properly on Compaq platforms (at least with DEC C). */