Add null async implementation
authorMatt Caswell <matt@openssl.org>
Tue, 17 Feb 2015 14:14:36 +0000 (14:14 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:32:18 +0000 (23:32 +0000)
commit9ec1e03194568630a2e58232d56e9d37dd13ed7d
tree0e6c1fa2f6895d99d0cdc36733c2b813dd41bedd
parent501083049590455b1862edd7573fd51bb37bb037
Add null async implementation

Create a "null" async implementation for platforms that lack support. This
just does nothing when called and therefore performs synchronously.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/async/Makefile
crypto/async/arch/async_null.h [new file with mode: 0644]
crypto/async/async.c
crypto/async/async_locl.h