aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_padlock.c')
-rw-r--r--engines/e_padlock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/e_padlock.c b/engines/e_padlock.c
index dab6c44b1e..844a78fc6d 100644
--- a/engines/e_padlock.c
+++ b/engines/e_padlock.c
@@ -99,8 +99,7 @@
# if !defined(I386_ONLY) && !defined(OPENSSL_NO_ASM)
# if defined(__i386__) || defined(__i386) || \
defined(__x86_64__) || defined(__x86_64) || \
- defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) || \
- defined(__INTEL__)
+ defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64)
# define COMPILE_HW_PADLOCK
# ifdef OPENSSL_NO_DYNAMIC_ENGINE
static ENGINE *ENGINE_padlock(void);