mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix for async without threading. ./configure --enable-asynccrypt --enable-all CFLAGS="-DWC_NO_ASYNC_THREADING"
.
This commit is contained in:
@ -43,8 +43,10 @@
|
||||
#include <wolfssl/ssl.h>
|
||||
#include <wolfssl/test.h>
|
||||
|
||||
#elif defined(WOLFSSL_ASYNC_CRYPT) && !defined(WC_NO_ASYNC_THREADING)
|
||||
#define WC_ENABLE_BENCH_THREADING
|
||||
#elif defined(WOLFSSL_ASYNC_CRYPT)
|
||||
#ifndef WC_NO_ASYNC_THREADING
|
||||
#define WC_ENABLE_BENCH_THREADING
|
||||
#endif
|
||||
|
||||
/* benchmark multi-threading - disable for FIPS self test */
|
||||
#elif !defined(SINGLE_THREADED) && !defined(WC_NO_BENCH_THREADING) && \
|
||||
|
Reference in New Issue
Block a user