openssl/crypto/async/arch
Todd Short 52739e40cc Add option to disable async
Add no-async option to Configure that forces ASYNC_NULL.
Related to RT1979
An embedded system or replacement C library (e.g. musl or uClibc)
may not support the *context APIs that are needed for async operation.

Compiles with musl. Ran unit tests, async tests skipped as expected.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-02-04 12:07:50 -05:00
..
async_null.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
async_null.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
async_posix.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
async_posix.h Add option to disable async 2016-02-04 12:07:50 -05:00
async_win.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
async_win.h Add option to disable async 2016-02-04 12:07:50 -05:00