diff options
author | Ruslan Ermilov <ru@nginx.com> | 2021-09-14 12:09:13 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2021-09-14 12:09:13 +0300 |
commit | bd89c448b7e7beb15409e2abe2f174a36a7a0823 (patch) | |
tree | b1d14225924380f89d16a769bb29448aa47b576f /src/core/ngx_core.h | |
parent | 10cafa75a4c3ccc1df52e55225c28c6b4110b229 (diff) | |
download | nginx-bd89c448b7e7beb15409e2abe2f174a36a7a0823.tar.gz nginx-bd89c448b7e7beb15409e2abe2f174a36a7a0823.zip |
Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ngx_resolver.h> #if (NGX_OPENSSL) #include <ngx_event_openssl.h> -#if (NGX_OPENSSL_QUIC) +#if (NGX_QUIC) #include <ngx_event_quic.h> #endif #endif |