diff options
| author | Vladimir Homutov <vl@nginx.com> | 2021-03-31 14:56:16 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2021-03-31 14:56:16 +0300 |
| commit | bd90c0ab796a3a321d17262c189bde334746acc3 (patch) | |
| tree | 78821a025bb94ec887dcc70c33582f368840f890 /auto/modules | |
| parent | 20f3d107df1ee8c565af8763176e48cb6589adab (diff) | |
| download | nginx-bd90c0ab796a3a321d17262c189bde334746acc3.tar.gz nginx-bd90c0ab796a3a321d17262c189bde334746acc3.tar.bz2 | |
QUIC: separate header for ngx_quic_connection_t.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
