summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2021-04-14 14:47:04 +0300
committerVladimir Homutov <vl@nginx.com>2021-04-14 14:47:04 +0300
commit2fd1aac46d654905242ee2a0d0b5dc6997fd8569 (patch)
tree31025716a46ed8c325426cd5f7f19758702381a1 /auto/modules
parente0b73cf6a2eba148e09fdbe2e16b9a53d1b546cc (diff)
downloadnginx-2fd1aac46d654905242ee2a0d0b5dc6997fd8569.tar.gz
nginx-2fd1aac46d654905242ee2a0d0b5dc6997fd8569.tar.bz2
QUIC: separate files for SSL library interfaces.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index fcaed67b4..6d5a61e22 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_ssl.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"
@@ -1357,6 +1358,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_ssl.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"