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)
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>

No differences found