Use longjmp at setjmp where possible
authorMatt Caswell <matt@openssl.org>
Tue, 5 May 2015 14:08:39 +0000 (15:08 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:33:05 +0000 (23:33 +0000)
commit7070e5ca2fa41940d56599bf016a45cb1c0e03f0
treea604a3525518f1cb3a232c4502072990b62053d0
parent4cfa6204e8740a3e89b96fac3f1ac49d137e9dc9
Use longjmp at setjmp where possible

Where we can we should use longjmp and setjmp in preference to swapcontext/
setcontext as they seem to be more performant.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/async/Makefile
crypto/async/arch/async_posix.c
crypto/async/arch/async_posix.h
util/libeay.num