Fix some Windows issues in the quic_reactor master
authorMatt Caswell <matt@openssl.org>
Thu, 16 Mar 2023 15:42:28 +0000 (15:42 +0000)
committerPauli <pauli@openssl.org>
Sun, 19 Mar 2023 22:35:55 +0000 (09:35 +1100)
commitd293ebde01fc14dabbd64fd6e42dc837be7b1fad
treebc7d80953de29fc9768099c76ccf678404534d33
parent0c593328fe811583da68d25b0c8bf87ba842acbb
Fix some Windows issues in the quic_reactor

An incorrect macro name was being used for Windows detection which meant
we were going down a codepath not intended for Windows and thus failing.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20514)
ssl/quic/quic_reactor.c