Fix ASYNC null implementation
authorMatt Caswell <matt@openssl.org>
Mon, 5 Oct 2015 21:58:01 +0000 (22:58 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:34:35 +0000 (23:34 +0000)
commit7240557b7d6a06cd7e4cd50e52fb1e62d0a750e0
tree9c5508026833bec2f49e0f9aa87e0a7f6b34467c
parent5705e05037938623f701092ec84dae90d191091c
Fix ASYNC null implementation

The ASYNC null implementation has not kept pace with the rest of the async
development and so was failing to compile.

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