Skip to content

Commit a3fac4e

Browse files
James Chenminggo
James Chen
authored and
minggo
committed
[iOS] Enables ASM for armv7 arch again since openssl official has resolved the crash issue. (#279)
1 parent 4ab7d6b commit a3fac4e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

openssl/include/ios/openssl/opensslconf-arm32.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ extern "C" {
3737
#ifndef OPENSSL_NO_ASAN
3838
# define OPENSSL_NO_ASAN
3939
#endif
40-
#ifndef OPENSSL_NO_ASM
41-
# define OPENSSL_NO_ASM
42-
#endif
4340
#ifndef OPENSSL_NO_ASYNC
4441
# define OPENSSL_NO_ASYNC
4542
#endif
@@ -150,7 +147,7 @@ extern "C" {
150147
# define DEPRECATEDIN_0_9_8(f)
151148
#endif
152149

153-
150+
#define OPENSSL_CPUID_OBJ
154151

155152
/* Generate 80386 code? */
156153
#undef I386_ONLY

openssl/prebuilt/ios/libcrypto.a

191 KB
Binary file not shown.

openssl/prebuilt/ios/libssl.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)