Skip to content

Commit

Permalink
src/sniffer.c: remove build-time assert on HAVE_THREAD_LS || SINGLE_T…
Browse files Browse the repository at this point in the history
…HREADED, as it breaks existing build tests. fix more later.
  • Loading branch information
douzzer committed Nov 15, 2024
1 parent 4ad0dce commit 469c410
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sniffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 469c410

Please sign in to comment.