Add null async implementation
[openssl.git] / crypto / async / async_locl.h
index fefe62a8fc4d7b7271ffa02058b11e607de8498a..4a6cb3e2c59fe23df84b943af2e13c1e328a787e 100644 (file)
@@ -57,10 +57,7 @@ typedef struct async_ctx_st ASYNC_CTX;
 
 #include "arch/async_win.h"
 #include "arch/async_posix.h"
-
-#ifndef ASYNC_ARCH
-# error Failed to detect async arch
-#endif
+#include "arch/async_null.h"
 
 struct async_ctx_st {
     ASYNC_FIBRE dispatcher;