comparison src/event/ngx_event.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 c2f5d79cde64
children 91ad1abfb285
comparison
equal deleted inserted replaced
8965:a26897674420 8966:a6cc246654f8