From 779bfcff5f7544494c7c85ac73f41a033e749528 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Sun, 14 May 2023 12:05:35 +0400 Subject: Stream: removed QUIC support. --- auto/modules | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 08a33cacc..76e6531c5 100644 --- a/auto/modules +++ b/auto/modules @@ -1075,20 +1075,6 @@ if [ $STREAM != NO ]; then ngx_module_incs= - if [ $STREAM_QUIC = YES ]; then - USE_OPENSSL_QUIC=YES - have=NGX_STREAM_QUIC . auto/have - STREAM_SSL=YES - - ngx_module_name=ngx_stream_quic_module - ngx_module_deps=src/stream/ngx_stream_quic_module.h - ngx_module_srcs=src/stream/ngx_stream_quic_module.c - ngx_module_libs= - ngx_module_link=$STREAM_QUIC - - . auto/module - fi - if [ $STREAM_SSL = YES ]; then USE_OPENSSL=YES have=NGX_STREAM_SSL . auto/have -- cgit