comparison auto/modules @ 8674:2c7f927f7999 quic

QUIC: ngx_quic_module.
author Vladimir Homutov <vl@nginx.com>
date Fri, 25 Dec 2020 14:18:51 +0300
parents 046c951e393a
children 7df607cb2d11
comparison
equal deleted inserted replaced
8673:046c951e393a 8674:2c7f927f7999
1323 src/event/ngx_event_openssl_stapling.c" 1323 src/event/ngx_event_openssl_stapling.c"
1324 ngx_module_libs= 1324 ngx_module_libs=
1325 ngx_module_link=YES 1325 ngx_module_link=YES
1326 ngx_module_order= 1326 ngx_module_order=
1327 1327
1328 if [ $USE_OPENSSL_QUIC = YES ]; then 1328 . auto/module
1329 ngx_module_deps="$ngx_module_deps \ 1329 fi
1330 src/event/quic/ngx_event_quic.h \ 1330
1331 src/event/quic/ngx_event_quic_transport.h \ 1331
1332 src/event/quic/ngx_event_quic_protection.h" 1332 if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then
1333 ngx_module_srcs="$ngx_module_srcs \ 1333 ngx_module_type=CORE
1334 src/event/quic/ngx_event_quic.c \ 1334 ngx_module_name=ngx_quic_module
1335 src/event/quic/ngx_event_quic_transport.c \ 1335 ngx_module_incs=
1336 src/event/quic/ngx_event_quic_protection.c" 1336 ngx_module_deps="src/event/quic/ngx_event_quic.h \
1337 fi 1337 src/event/quic/ngx_event_quic_transport.h \
1338 src/event/quic/ngx_event_quic_protection.h"
1339 ngx_module_srcs="src/event/quic/ngx_event_quic.c \
1340 src/event/quic/ngx_event_quic_transport.c \
1341 src/event/quic/ngx_event_quic_protection.c"
1342
1343 ngx_module_libs=
1344 ngx_module_link=YES
1345 ngx_module_order=
1338 1346
1339 . auto/module 1347 . auto/module
1340 fi 1348 fi
1341 1349
1342 1350