comparison src/http/ngx_http.c @ 8615:7603284f7af5 quic

Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 14 Sep 2021 12:09:13 +0300
parents d514f88053e5
children 61d0fa67b55e
comparison
equal deleted inserted replaced
8614:8fc9c7f2c533 8615:7603284f7af5
1370 &lsopt->addr_text); 1370 &lsopt->addr_text);
1371 } 1371 }
1372 1372
1373 #endif 1373 #endif
1374 1374
1375 #if (NGX_HTTP_QUIC && !defined NGX_OPENSSL_QUIC) 1375 #if (NGX_HTTP_QUIC && !defined NGX_QUIC)
1376 1376
1377 if (lsopt->quic) { 1377 if (lsopt->quic) {
1378 ngx_conf_log_error(NGX_LOG_WARN, cf, 0, 1378 ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
1379 "nginx was built with OpenSSL that lacks QUIC " 1379 "nginx was built with OpenSSL that lacks QUIC "
1380 "support, QUIC is not enabled for %V", 1380 "support, QUIC is not enabled for %V",