Disable async in openssl for ios since apple forbit developers to use the API (setcontext, getcontext, makecontext).
This commit is contained in:
parent
29794b4bb9
commit
14994c2752
|
|
@ -37,8 +37,8 @@ extern "C" {
|
||||||
#ifndef OPENSSL_NO_ASAN
|
#ifndef OPENSSL_NO_ASAN
|
||||||
# define OPENSSL_NO_ASAN
|
# define OPENSSL_NO_ASAN
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_ASM
|
#ifndef OPENSSL_NO_ASYNC
|
||||||
# define OPENSSL_NO_ASM
|
# define OPENSSL_NO_ASYNC
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
# define OPENSSL_NO_CRYPTO_MDEBUG
|
# define OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
|
|
@ -147,7 +147,7 @@ extern "C" {
|
||||||
# define DEPRECATEDIN_0_9_8(f)
|
# define DEPRECATEDIN_0_9_8(f)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define OPENSSL_CPUID_OBJ
|
||||||
|
|
||||||
/* Generate 80386 code? */
|
/* Generate 80386 code? */
|
||||||
#undef I386_ONLY
|
#undef I386_ONLY
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@ extern "C" {
|
||||||
#ifndef OPENSSL_NO_ASAN
|
#ifndef OPENSSL_NO_ASAN
|
||||||
# define OPENSSL_NO_ASAN
|
# define OPENSSL_NO_ASAN
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_ASYNC
|
||||||
|
# define OPENSSL_NO_ASYNC
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
# define OPENSSL_NO_CRYPTO_MDEBUG
|
# define OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@ extern "C" {
|
||||||
#ifndef OPENSSL_NO_ASAN
|
#ifndef OPENSSL_NO_ASAN
|
||||||
# define OPENSSL_NO_ASAN
|
# define OPENSSL_NO_ASAN
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_ASYNC
|
||||||
|
# define OPENSSL_NO_ASYNC
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
# define OPENSSL_NO_CRYPTO_MDEBUG
|
# define OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@ extern "C" {
|
||||||
#ifndef OPENSSL_NO_ASAN
|
#ifndef OPENSSL_NO_ASAN
|
||||||
# define OPENSSL_NO_ASAN
|
# define OPENSSL_NO_ASAN
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_ASYNC
|
||||||
|
# define OPENSSL_NO_ASYNC
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
# define OPENSSL_NO_CRYPTO_MDEBUG
|
# define OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue