aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/async_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/async_locl.h')
-rw-r--r--crypto/async/async_locl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/async/async_locl.h b/crypto/async/async_locl.h
index fefe62a..4a6cb3e 100644
--- a/crypto/async/async_locl.h
+++ b/crypto/async/async_locl.h
@@ -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;