summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_locl.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-10-14 00:57:30 +0000
committerUlf Möller <ulf@openssl.org>2001-10-14 00:57:30 +0000
commit5dd955dcd25371d20af40b4be2e067745f9c1330 (patch)
tree738562e57082a263324f851e8a3cd6fd0ba0cf0a /crypto/sha/sha_locl.h
parent56fa8e69cf1e742da8087de60152519127c79983 (diff)
openbsd-x86 macros
Submitted by: Toomas Kiisk <vix@cyber.ee>
Diffstat (limited to 'crypto/sha/sha_locl.h')
-rw-r--r--crypto/sha/sha_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h
index 36d3ec2616..471dfb9f8f 100644
--- a/crypto/sha/sha_locl.h
+++ b/crypto/sha/sha_locl.h
@@ -115,7 +115,7 @@
# endif
# ifdef SHA1_ASM
-# if defined(__i386) || defined(_M_IX86) || defined(__INTEL__)
+# if defined(__i386) || defined(__i386__) || defined(_M_IX86) || defined(__INTEL__)
# define sha1_block_host_order sha1_block_asm_host_order
# define DONT_IMPLEMENT_BLOCK_HOST_ORDER
# define sha1_block_data_order sha1_block_asm_data_order