Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openssl: do not build support for the async API
It's not used, and relies on glibc features not implemented on ARM anyway: ``` arm-pocketbook-linux-gnueabi/bin/../lib/gcc/arm-pocketbook-linux-gnueabi/14.2.0/../../../../arm-pocketbook-linux-gnueabi/bin/ld.bfd: crypto/async/arch/async_posix.o: in function `ASYNC_is_capable': async_posix.c:(.text+0x8): warning: warning: getcontext is not implemented and will always fail arm-pocketbook-linux-gnueabi/bin/../lib/gcc/arm-pocketbook-linux-gnueabi/14.2.0/../../../../arm-pocketbook-linux-gnueabi/bin/ld.bfd: crypto/async/async.o: in function `async_fibre_swapcontext.constprop.0.isra.0': async.c:(.text+0x22): warning: warning: setcontext is not implemented and will always fail arm-pocketbook-linux-gnueabi/bin/../lib/gcc/arm-pocketbook-linux-gnueabi/14.2.0/../../../../arm-pocketbook-linux-gnueabi/bin/ld.bfd: crypto/async/arch/async_posix.o: in function `async_fibre_makecontext': async_posix.c:(.text+0x74): warning: warning: makecontext is not implemented and will always fail ```
- Loading branch information