aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_quic_module.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-04-13 12:38:34 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-04-13 12:38:34 +0300
commit2f5bcafdde60c722fe5cd28965613abafb451acb (patch)
treee42de25df996371c04d1e7921d4a467f70adf6d0 /src/stream/ngx_stream_quic_module.c
parent792117312d4fafba5af68b5c2fff51c58dcd3bc0 (diff)
downloadnginx-2f5bcafdde60c722fe5cd28965613abafb451acb.tar.gz
nginx-2f5bcafdde60c722fe5cd28965613abafb451acb.zip
QUIC: normalize header inclusion.
Stop including QUIC headers with no user-serviceable parts inside. This allows to provide a much cleaner QUIC interface. To cope with that, ngx_quic_derive_key() is now explicitly exported for v3 and quic modules. Additionally, this completely hides the ngx_quic_keys_t internal type.
Diffstat (limited to 'src/stream/ngx_stream_quic_module.c')
-rw-r--r--src/stream/ngx_stream_quic_module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream/ngx_stream_quic_module.c b/src/stream/ngx_stream_quic_module.c
index 6a67680b2..6567b16cf 100644
--- a/src/stream/ngx_stream_quic_module.c
+++ b/src/stream/ngx_stream_quic_module.c
@@ -9,8 +9,6 @@
#include <ngx_core.h>
#include <ngx_stream.h>
-#include <ngx_event_quic_protection.h>
-
static ngx_int_t ngx_stream_variable_quic(ngx_stream_session_t *s,
ngx_stream_variable_value_t *v, uintptr_t data);