Add a function to detect if we have async or not
[openssl.git] / crypto / async / arch / async_null.c
index 7b93090a9a87c13bb295a1a776108963a44effa9..f0b8a5c315f0de8f49aa33c4f254d880cfcd454c 100644 (file)
 
 #ifdef ASYNC_NULL
 
+int ASYNC_is_capable(void)
+{
+    return 0;
+}
+
 void async_local_cleanup(void)
 {
 }