mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
d26b3766a0
On IA64 the use of setjmp()/ longjmp() does not properly save the state of the register stack engine (RSE) and requires extra care. The use of it in the async interface led to a failure in the test_async.t test since its introduction in 1.1.0 series. Instead of properly adding the needed assembly bits here use the swapcontext() function which properly saves the whole context. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17370) |
||
---|---|---|
.. | ||
arch | ||
async_err.c | ||
async_local.h | ||
async_wait.c | ||
async.c | ||
build.info |