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:
Daniel Pouzzner
2024-11-14 18:22:42 -06:00
parent 4ad0dce84e
commit 469c410393

View File

@ -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.
*/