Fix iOS simulator build
Fixes #9999 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10002)
This commit is contained in:
parent
5a604dfd86
commit
6f3ccda84f
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ static void ctr64_inc(unsigned char *counter)
|
|||
# define HWAES_xts_decrypt aes_p8_xts_decrypt
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_ASM) && ( \
|
||||
#if defined(OPENSSL_CPUID_OBJ) && ( \
|
||||
((defined(__i386) || defined(__i386__) || \
|
||||
defined(_M_IX86)) && defined(OPENSSL_IA32_SSE2))|| \
|
||||
defined(__x86_64) || defined(__x86_64__) || \
|
||||
|
|
Loading…
Reference in a new issue