mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Typo in commit #16187.
This commit is contained in:
parent
2f324768b2
commit
cdd1d7a618
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user