comparison src/event/quic/ngx_event_quic_transport.c @ 8966:a6cc246654f8 quic

QUIC: moved variable declaration to fix build with MSVC 2010. Previously, ngx_quic_hkdf_t variables used declaration with assignment in the middle of a function, which is not supported by MSVC 2010. Fixing this also required to rewrite the ngx_quic_hkdf_set macro and to switch to an explicit array size.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Nov 2022 18:05:35 +0400
parents a26897674420
children def8e398d7c5
comparison
equal deleted inserted replaced
8965:a26897674420 8966:a6cc246654f8