summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-01 14:14:34 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-02 12:35:01 +0200
commitb1a07c38540105077878ad80a6a87c96fdbc18f1 (patch)
tree06e9a22266b2cb40edb7bf4b4b2c2c7ec2fdf018 /crypto/cryptlib.c
parent8e9f1bb99e035e30450c85595150408dc1ac3d82 (diff)
Remove obsolete defined(__INTEL__) condition.
This macro was defined by no-longer-supported __MWERKS__ compiler. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 7e1d780f6c..aaa3fce4fb 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -117,7 +117,6 @@
#include <openssl/safestack.h>
#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
- defined(__INTEL__) || \
defined(__x86_64) || defined(__x86_64__) || \
defined(_M_AMD64) || defined(_M_X64)