aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2021-09-14 12:09:13 +0300
committerRuslan Ermilov <ru@nginx.com>2021-09-14 12:09:13 +0300
commitbd89c448b7e7beb15409e2abe2f174a36a7a0823 (patch)
treeb1d14225924380f89d16a769bb29448aa47b576f /src/http/ngx_http.c
parent10cafa75a4c3ccc1df52e55225c28c6b4110b229 (diff)
downloadnginx-bd89c448b7e7beb15409e2abe2f174a36a7a0823.tar.gz
nginx-bd89c448b7e7beb15409e2abe2f174a36a7a0823.zip
Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index e1604af60..c9aa3761b 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1372,7 +1372,7 @@ ngx_http_add_address(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
#endif
-#if (NGX_HTTP_QUIC && !defined NGX_OPENSSL_QUIC)
+#if (NGX_HTTP_QUIC && !defined NGX_QUIC)
if (lsopt->quic) {
ngx_conf_log_error(NGX_LOG_WARN, cf, 0,