diff options
| author | Vladimir Homutov <vl@nginx.com> | 2021-04-13 14:37:41 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2021-04-13 14:37:41 +0300 |
| commit | 118775761caaf4fdc04eac57638ce772239c92ab (patch) | |
| tree | 75afd982ff6305ab470486bae634eec24a10837c /auto | |
| parent | 232fcba34bb6e64587318f877d25cc3977fe5ac6 (diff) | |
| download | nginx-118775761caaf4fdc04eac57638ce772239c92ab.tar.gz nginx-118775761caaf4fdc04eac57638ce772239c92ab.tar.bz2 | |
QUIC: separate files for connection id related processing.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 0098d4c54..8a36a50e5 100644 --- a/auto/modules +++ b/auto/modules @@ -1343,10 +1343,12 @@ if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then src/event/quic/ngx_event_quic_transport.h \ src/event/quic/ngx_event_quic_protection.h \ src/event/quic/ngx_event_quic_connection.h \ + src/event/quic/ngx_event_quic_connid.h \ src/event/quic/ngx_event_quic_migration.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 \ + src/event/quic/ngx_event_quic_connid.c \ src/event/quic/ngx_event_quic_migration.c" ngx_module_libs= |
