From: Daniel Stenberg Date: Tue, 9 Mar 2004 21:25:59 +0000 (+0000) Subject: Tor Arntsen's fix to a AIX build problem X-Git-Tag: curl-7_11_1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab35b2837f815cec6f655723491b24e941c75400;p=thirdparty%2Fcurl.git Tor Arntsen's fix to a AIX build problem --- diff --git a/lib/setup.h b/lib/setup.h index dfe412b3ba..f95742460c 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -136,11 +136,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO) #else #include #endif - -#else -#ifdef _AIX -#include -#endif #endif #if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)