Remove #error from include files.
[oweals/openssl.git] / crypto / async / arch / async_null.c
index 03f8ebfa1074080a7f996f0bb7191ef92351204b..19fb72c2c081b9c580ec3b2c86b81027a7a4ee8d 100644 (file)
 #include "../async_locl.h"
 
 #ifdef ASYNC_NULL
+# include <openssl/ct.h>
+# include <openssl/x509v3.h>
 
-int async_global_init(void)
+int ASYNC_is_capable(void)
 {
     return 0;
 }
@@ -64,9 +66,5 @@ void async_local_cleanup(void)
 {
 }
 
-void async_global_cleanup(void)
-{
-}
-
 #endif