From bd89c448b7e7beb15409e2abe2f174a36a7a0823 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 14 Sep 2021 12:09:13 +0300 Subject: Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. --- src/core/ngx_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 256836546..88db7dc98 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -83,7 +83,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include #if (NGX_OPENSSL) #include -#if (NGX_OPENSSL_QUIC) +#if (NGX_QUIC) #include #endif #endif -- cgit