summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic_protection.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-10-26 18:05:57 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-10-26 18:05:57 +0300
commit8f8cb92e9229d75ea5816f35c6b4bfdfb253a486 (patch)
treec4a4dfaba801800d2435a7313df1b7cb08b1de9f /src/event/quic/ngx_event_quic_protection.c
parent01d27365c6b0abbced06c2669072e6568a4e1cb6 (diff)
downloadnginx-8f8cb92e9229d75ea5816f35c6b4bfdfb253a486.tar.gz
nginx-8f8cb92e9229d75ea5816f35c6b4bfdfb253a486.tar.bz2
QUIC: style.
Diffstat (limited to 'src/event/quic/ngx_event_quic_protection.c')
-rw-r--r--src/event/quic/ngx_event_quic_protection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_protection.c b/src/event/quic/ngx_event_quic_protection.c
index 317eb094c..43336b41e 100644
--- a/src/event/quic/ngx_event_quic_protection.c
+++ b/src/event/quic/ngx_event_quic_protection.c
@@ -1188,4 +1188,3 @@ ngx_quic_decrypt(ngx_quic_header_t *pkt, uint64_t *largest_pn)
return NGX_OK;
}
-