openssl/crypto/async
Matt Caswell 7070e5ca2f 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>
2015-11-20 23:33:05 +00:00
..
arch Use longjmp at setjmp where possible 2015-11-20 23:33:05 +00:00
async.c Async clean ups 2015-11-20 23:32:18 +00:00
async_locl.h Add null async implementation 2015-11-20 23:32:18 +00:00
Makefile Use longjmp at setjmp where possible 2015-11-20 23:33:05 +00:00