diff options
Diffstat (limited to 'src/lib/libcrypto/sha/sha512.c')
-rw-r--r-- | src/lib/libcrypto/sha/sha512.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/sha/sha512.c b/src/lib/libcrypto/sha/sha512.c index d8fa933cde..e05718d0a8 100644 --- a/src/lib/libcrypto/sha/sha512.c +++ b/src/lib/libcrypto/sha/sha512.c | |||
@@ -53,10 +53,7 @@ | |||
53 | 53 | ||
54 | const char SHA512_version[]="SHA-512" OPENSSL_VERSION_PTEXT; | 54 | const char SHA512_version[]="SHA-512" OPENSSL_VERSION_PTEXT; |
55 | 55 | ||
56 | #if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \ | 56 | #if !defined(__STRICT_ALIGNMENT) || defined(SHA512_ASM) |
57 | defined(__x86_64) || defined(_M_AMD64) || defined(_M_X64) || \ | ||
58 | defined(__s390__) || defined(__s390x__) || \ | ||
59 | defined(SHA512_ASM) | ||
60 | #define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA | 57 | #define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA |
61 | #endif | 58 | #endif |
62 | 59 | ||