comparison src/event/quic/ngx_event_quic_transport.c @ 9040:8c0bccdf2743 quic

QUIC: avoid using C99 designated initializers. They are not supported by MSVC till 2012. SSL_QUIC_METHOD initialization is moved to run-time to preserve portability among SSL library implementations, which allows to reduce its visibility. Note using of a static storage to keep SSL_set_quic_method() reference valid.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Nov 2022 18:05:35 +0400
parents a26897674420
children def8e398d7c5
comparison
equal deleted inserted replaced
9039:a6cc246654f8 9040:8c0bccdf2743