mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
src/sniffer.c: remove build-time assert on HAVE_THREAD_LS || SINGLE_THREADED, as it breaks existing build tests. fix more later.
This commit is contained in:
@ -32,10 +32,6 @@
|
||||
#include <wolfssl/wolfcrypt/async.h>
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_THREAD_LS) && !defined(SINGLE_THREADED)
|
||||
#error sniffer requires HAVE_THREAD_LS or SINGLE_THREADED.
|
||||
#endif
|
||||
|
||||
/* Build Options:
|
||||
* WOLFSSL_SNIFFER_NO_RECOVERY: Do not track missed data count.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user