diff options
Diffstat (limited to 'auto/modules')
-rw-r--r-- | auto/modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 19967fa40..575fff0b7 100644 --- a/auto/modules +++ b/auto/modules @@ -1344,6 +1344,7 @@ if [ $USE_OPENSSL_QUIC = YES ]; then src/event/quic/ngx_event_quic_output.h \ src/event/quic/ngx_event_quic_socket.h" ngx_module_srcs="src/event/quic/ngx_event_quic.c \ + src/event/quic/ngx_event_quic_udp.c \ src/event/quic/ngx_event_quic_transport.c \ src/event/quic/ngx_event_quic_protection.c \ src/event/quic/ngx_event_quic_frames.c \ |