X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fasync.h;h=99d80752159dd13e4b7aad738c02c70ff7c98e97;hb=eaa7e483c509d46f455a9deb148bfaf34a8fcbe3;hp=8ec9b000c43c6b774508953b578195191f04257b;hpb=7b9f8f7f03eda2faa1cdd42ed29a0b70e60eaf59;p=oweals%2Fopenssl.git diff --git a/include/openssl/async.h b/include/openssl/async.h index 8ec9b000c4..99d8075215 100644 --- a/include/openssl/async.h +++ b/include/openssl/async.h @@ -53,6 +53,12 @@ #ifndef HEADER_ASYNC_H # define HEADER_ASYNC_H +#include + +#ifdef OPENSSL_NO_ASYNC +#define ASYNC_block_pause() do { ; } while(0) +#define ASYNC_unblock_pause() do { ; } while(0) +#else #include #if defined(_WIN32) @@ -116,4 +122,5 @@ void ERR_load_ASYNC_strings(void); #ifdef __cplusplus } #endif +#endif /* OPENSSL_NO_ASYNC */ #endif