summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha512.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-04-30 15:55:00 +0000
committerAndy Polyakov <appro@openssl.org>2007-04-30 15:55:00 +0000
commitcdd1d7a618226323d14816093b1dca0fc6fbe238 (patch)
tree5a94a35b76aea1532ea05ff25b3cfa4ee20a2b11 /crypto/sha/sha512.c
parent2f324768b29638bef00a832749a619764885e651 (diff)
Typo in commit #16187.
Diffstat (limited to 'crypto/sha/sha512.c')
-rw-r--r--crypto/sha/sha512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c
index c3c4008a14..1277a0f7a1 100644
--- a/crypto/sha/sha512.c
+++ b/crypto/sha/sha512.c
@@ -52,7 +52,7 @@
const char SHA512_version[]="SHA-512" OPENSSL_VERSION_PTEXT;
-#if defined(__i386) || defined(__i386__) || defined(_M_IX87) || \
+#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
defined(__x86_64) || defined(_M_AMD64) || defined(_M_X64) || \
defined(__s390__) || defined(__s390x__)
#define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA