summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_thread_assist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_thread_assist.c')
-rw-r--r--ssl/quic/quic_thread_assist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_thread_assist.c b/ssl/quic/quic_thread_assist.c
index 93d246ea8e..b2917871ab 100644
--- a/ssl/quic/quic_thread_assist.c
+++ b/ssl/quic/quic_thread_assist.c
@@ -14,7 +14,7 @@
#include "internal/thread_arch.h"
#include "internal/quic_thread_assist.h"
-#if !defined(OPENSSL_NO_QUIC) && !defined(OPENSSL_NO_THREAD_POOL)
+#if !defined(OPENSSL_NO_QUIC) && defined(OPENSSL_THREADS)
/* Main loop for the QUIC assist thread. */
static unsigned int assist_thread_main(void *arg)