+5
−5
crypto/async/arch/async_null.h
0 → 100644
+76
−0
+4
−2
Loading
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>