mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Only use pthreads if supported in config.
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
|
||||
/* benchmark multi-threading - disable for FIPS self test */
|
||||
#elif !defined(SINGLE_THREADED) && !defined(WC_NO_BENCH_THREADING) && \
|
||||
!defined(HAVE_SELFTEST) && !defined(HAVE_RENESAS_SYNC)
|
||||
defined(HAVE_PTHREAD) && !defined(HAVE_RENESAS_SYNC)
|
||||
|
||||
#define WC_ENABLE_BENCH_THREADING
|
||||
#if defined(_POSIX_THREADS) && !defined(__MINGW32__)
|
||||
|
Reference in New Issue
Block a user