mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
GCC uses __i386__.
This commit is contained in:
parent
a3fffd648b
commit
123c401967
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user