diff options
| author | Vladimir Homutov <vl@nginx.com> | 2021-04-13 14:41:52 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2021-04-13 14:41:52 +0300 |
| commit | e0b73cf6a2eba148e09fdbe2e16b9a53d1b546cc (patch) | |
| tree | 94930907e94929794f0193ef36a710e3118a220a /auto/modules | |
| parent | 8df0b6bb2c3477cd0666b796b4e1a7373c4a600c (diff) | |
| download | nginx-e0b73cf6a2eba148e09fdbe2e16b9a53d1b546cc.tar.gz nginx-e0b73cf6a2eba148e09fdbe2e16b9a53d1b546cc.tar.bz2 | |
QUIC: separate files for tokens related processing.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 925741537..fcaed67b4 100644 --- a/auto/modules +++ b/auto/modules @@ -1347,6 +1347,7 @@ if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then src/event/quic/ngx_event_quic_connid.h \ src/event/quic/ngx_event_quic_migration.h \ src/event/quic/ngx_event_quic_streams.h \ + src/event/quic/ngx_event_quic_tokens.h \ src/event/quic/ngx_event_quic_ack.h \ src/event/quic/ngx_event_quic_output.h" ngx_module_srcs="src/event/quic/ngx_event_quic.c \ @@ -1356,6 +1357,7 @@ if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then src/event/quic/ngx_event_quic_connid.c \ src/event/quic/ngx_event_quic_migration.c \ src/event/quic/ngx_event_quic_streams.c \ + src/event/quic/ngx_event_quic_tokens.c \ src/event/quic/ngx_event_quic_ack.c \ src/event/quic/ngx_event_quic_output.c" |
