From c4208a6a983278316c6615980f335f685c0be472 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 23 Feb 2023 05:02:29 +0000 Subject: QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK type Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/20348) --- ssl/quic/quic_thread_assist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/quic/quic_thread_assist.c') 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) -- cgit v1.2.3