mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 00:42:21 +01:00
* HAVE_PTHREAD gate in test.h * add config.h and settings.h to test.h * added config.h and settings.h to other test.h in wolfcrypt/test * settings #ifdef _POSIX_THREADS HAVE_PTHREAD * cyassl settings _POSIX_THREADS HAVE_PTHREAD * undo cyassl _POSIX_THREADS HAVE_PTHREAD * move settings.h #include in both test.h * add !defined(SINGLE_THREADED) logic * refactor HAVE_PTHREAD, _POSIX_THREADS