diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-11-22 18:05:35 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-11-22 18:05:35 +0400 |
commit | 44a901c9e0776ce3d152c78149d13e9222a3776f (patch) | |
tree | 2118f6f008942fa69c281dd826e863ca5ab1f3fb /src/http/v3/ngx_http_v3_request.c | |
parent | 84a51e4de1790fb3f910e2add72bafd7ce482f4f (diff) | |
download | nginx-44a901c9e0776ce3d152c78149d13e9222a3776f.tar.gz nginx-44a901c9e0776ce3d152c78149d13e9222a3776f.zip |
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.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions