comparison auto/modules @ 8621:65191b9151a9 quic

Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 21 Sep 2021 14:46:30 +0300
parents 598f8e3bef30
children 33226ac61076
comparison
equal deleted inserted replaced
8620:be269f1fc230 8621:65191b9151a9
1340 1340
1341 . auto/module 1341 . auto/module
1342 fi 1342 fi
1343 1343
1344 1344
1345 if [ $USE_OPENSSL$USE_OPENSSL_QUIC = YESYES ]; then 1345 if [ $USE_OPENSSL_QUIC = YES ]; then
1346 ngx_module_type=CORE 1346 ngx_module_type=CORE
1347 ngx_module_name=ngx_quic_module 1347 ngx_module_name=ngx_quic_module
1348 ngx_module_incs= 1348 ngx_module_incs=
1349 ngx_module_deps="src/event/quic/ngx_event_quic.h \ 1349 ngx_module_deps="src/event/quic/ngx_event_quic.h \
1350 src/event/quic/ngx_event_quic_transport.h \ 1350 src/event/quic/ngx_event_quic_transport.h \