diff src/http/ngx_http.c @ 8853: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
line wrap: on
line diff
--- 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
 
 #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,