From: Richard Levitte Date: Sat, 26 Jan 2002 03:57:41 +0000 (+0000) Subject: GCC uses __i386__. X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~60 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=123c4019676507b18f69f70a2db545d34d2d756c GCC uses __i386__. --- diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in index 4f3711c68c..9082a16c46 100644 --- a/crypto/opensslconf.h.in +++ b/crypto/opensslconf.h.in @@ -147,7 +147,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! # define DES_PTR # define DES_RISC2 # define DES_UNROLL -#elif defined( i386 ) /* x86 boxes, should be gcc */ +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ # define DES_PTR # define DES_RISC1 # define DES_UNROLL