Some platforms provide getcontext() but it does not work
authorMatt Caswell <matt@openssl.org>
Wed, 16 Mar 2016 10:38:39 +0000 (10:38 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Mar 2016 17:12:56 +0000 (18:12 +0100)
commitc521edc3a12042701b2dda93e6bb9855e351c929
treedf41419a22717985055398a06a4b66b148562847
parent685b6f293b4b29bf1ee5c7af19cf1348567828b4
Some platforms provide getcontext() but it does not work

Some platforms claim to be POSIX but their getcontext() implementation
does not work. Therefore we update the ASYNC_is_capable() function to test
for this.

RT#4366

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/async/arch/async_posix.c
test/asynctest.c