QUIC: Fix bugs where threading is disabled
authorHugo Landau <hlandau@openssl.org>
Wed, 17 May 2023 12:15:01 +0000 (13:15 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 24 May 2023 09:34:54 +0000 (10:34 +0100)
commit629b408c12c56b2c9e3279de8658718e8dd658a2
tree13916b230422a8d1b27fcf9467ce8bbdcb45646f
parent1a0de4c1eea1f32a3e1113add26625d49b3854d8
QUIC: Fix bugs where threading is disabled

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20856)
13 files changed:
crypto/threads_none.c
crypto/threads_pthread.c
crypto/threads_win.c
doc/man3/CRYPTO_THREAD_run_once.pod
include/internal/cryptlib.h
include/internal/refcount.h
include/openssl/crypto.h.in
ssl/quic/quic_impl.c
ssl/quic/quic_reactor.c
ssl/quic/quic_tserver.c
test/quic_multistream_test.c
test/quic_tserver_test.c
util/libcrypto.num