From bd90c0ab796a3a321d17262c189bde334746acc3 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Wed, 31 Mar 2021 14:56:16 +0300 Subject: QUIC: separate header for ngx_quic_connection_t. --- auto/modules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 5b0c2d689..079b09bc4 100644 --- a/auto/modules +++ b/auto/modules @@ -1341,7 +1341,8 @@ if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then ngx_module_incs= ngx_module_deps="src/event/quic/ngx_event_quic.h \ src/event/quic/ngx_event_quic_transport.h \ - src/event/quic/ngx_event_quic_protection.h" + src/event/quic/ngx_event_quic_protection.h \ + src/event/quic/ngx_event_quic_connection.h" ngx_module_srcs="src/event/quic/ngx_event_quic.c \ src/event/quic/ngx_event_quic_transport.c \ src/event/quic/ngx_event_quic_protection.c" -- cgit