summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-15 12:32:18 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-15 12:32:18 +0000
commitdce7f142a60a0318054be6a0d838a21af3f4c97f (patch)
tree69acf9f1cdb14437d792813c7b8fcbf143cc6f92 /engines/e_padlock.c
parent77aae9654f05cd37d440af95e0ffbe29ba8cee12 (diff)
Configure: reimplement commit#21695.
Diffstat (limited to 'engines/e_padlock.c')
-rw-r--r--engines/e_padlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/e_padlock.c b/engines/e_padlock.c
index eaee67ecbf..c71eeb5a66 100644
--- a/engines/e_padlock.c
+++ b/engines/e_padlock.c
@@ -100,10 +100,10 @@
#undef COMPILE_HW_PADLOCK
#if !defined(I386_ONLY) && !defined(OPENSSL_NO_ASM)
-# if (defined(__i386__) || defined(__i386) || \
+# if defined(__i386__) || defined(__i386) || \
defined(__x86_64__) || defined(__x86_64) || \
defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) || \
- defined(__INTEL__)) && !defined(__MACH__)
+ defined(__INTEL__)
# define COMPILE_HW_PADLOCK
# ifdef OPENSSL_NO_DYNAMIC_ENGINE
static ENGINE *ENGINE_padlock (void);