diff --git a/ios/include/openssl/opensslconf-arm32.h b/ios/include/openssl/opensslconf-arm32.h index d5ec665e..18894d8a 100644 --- a/ios/include/openssl/opensslconf-arm32.h +++ b/ios/include/openssl/opensslconf-arm32.h @@ -37,8 +37,8 @@ extern "C" { #ifndef OPENSSL_NO_ASAN # define OPENSSL_NO_ASAN #endif -#ifndef OPENSSL_NO_ASM -# define OPENSSL_NO_ASM +#ifndef OPENSSL_NO_ASYNC +# define OPENSSL_NO_ASYNC #endif #ifndef OPENSSL_NO_CRYPTO_MDEBUG # define OPENSSL_NO_CRYPTO_MDEBUG @@ -147,7 +147,7 @@ extern "C" { # define DEPRECATEDIN_0_9_8(f) #endif - +#define OPENSSL_CPUID_OBJ /* Generate 80386 code? */ #undef I386_ONLY diff --git a/ios/include/openssl/opensslconf-arm64.h b/ios/include/openssl/opensslconf-arm64.h index 93fc1cc2..0162bbe1 100644 --- a/ios/include/openssl/opensslconf-arm64.h +++ b/ios/include/openssl/opensslconf-arm64.h @@ -37,6 +37,9 @@ extern "C" { #ifndef OPENSSL_NO_ASAN # define OPENSSL_NO_ASAN #endif +#ifndef OPENSSL_NO_ASYNC +# define OPENSSL_NO_ASYNC +#endif #ifndef OPENSSL_NO_CRYPTO_MDEBUG # define OPENSSL_NO_CRYPTO_MDEBUG #endif diff --git a/ios/include/openssl/opensslconf-i386.h b/ios/include/openssl/opensslconf-i386.h index 111a6693..45165383 100644 --- a/ios/include/openssl/opensslconf-i386.h +++ b/ios/include/openssl/opensslconf-i386.h @@ -37,6 +37,9 @@ extern "C" { #ifndef OPENSSL_NO_ASAN # define OPENSSL_NO_ASAN #endif +#ifndef OPENSSL_NO_ASYNC +# define OPENSSL_NO_ASYNC +#endif #ifndef OPENSSL_NO_CRYPTO_MDEBUG # define OPENSSL_NO_CRYPTO_MDEBUG #endif diff --git a/ios/include/openssl/opensslconf-x86_64.h b/ios/include/openssl/opensslconf-x86_64.h index 4c53b25a..415478ec 100644 --- a/ios/include/openssl/opensslconf-x86_64.h +++ b/ios/include/openssl/opensslconf-x86_64.h @@ -37,6 +37,9 @@ extern "C" { #ifndef OPENSSL_NO_ASAN # define OPENSSL_NO_ASAN #endif +#ifndef OPENSSL_NO_ASYNC +# define OPENSSL_NO_ASYNC +#endif #ifndef OPENSSL_NO_CRYPTO_MDEBUG # define OPENSSL_NO_CRYPTO_MDEBUG #endif diff --git a/ios/libs/libcrypto.a b/ios/libs/libcrypto.a index 5fd8fcee..69bdc7d4 100644 Binary files a/ios/libs/libcrypto.a and b/ios/libs/libcrypto.a differ diff --git a/ios/libs/libssl.a b/ios/libs/libssl.a index 44165614..3105806a 100644 Binary files a/ios/libs/libssl.a and b/ios/libs/libssl.a differ