Hi,
I am getting the following warning while linking my app to openssl version 1.1.1k. Could you advise what can cause these warnings and how to resolve them? Thanks
I am getting the following warning while linking my app to openssl version 1.1.1k. Could you advise what can cause these warnings and how to resolve them? Thanks
../../../artifacts/openssl/arm3531/lib/libcrypto.a(async_posix.o): In function `ASYNC_is_capable':
async_posix.c:(.text+0x48): warning: warning: getcontext is not implemented and will always fail
../../../artifacts/openssl/arm3531/lib/libcrypto.a(async.o): In function `async_fibre_swapcontext':
async.c:(.text+0x248): warning: warning: setcontext is not implemented and will always fail
../../../artifacts/openssl/arm3531/lib/libcrypto.a(async_posix.o): In function `async_fibre_makecontext':
async_posix.c:(.text+0xe8): warning: warning: makecontext is not implemented and will always fail
../../../artifacts/openssl/arm3531/lib/libcrypto.a(async_posix.o): In function `ASYNC_is_capable':
async_posix.c:(.text+0x48): warning: warning: getcontext is not implemented and will always fail
../../../artifacts/openssl/arm3531/lib/libcrypto.a(async.o): In function `async_fibre_swapcontext':
async.c:(.text+0x248): warning: warning: setcontext is not implemented and will always fail
../../../artifacts/openssl/arm3531/lib/libcrypto.a(async_posix.o): In function `async_fibre_makecontext':
async_posix.c:(.text+0xe8): warning: warning: makecontext is not implemented and will always fail