summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-04-30 15:47:43 +0300
committerSergey Kandaurov <pluknet@nginx.com>2020-04-30 15:47:43 +0300
commitb7b3aca7040a0c734a555efd8775249a29b5ac5d (patch)
tree37ec644c5c4719a7efa4ad79af7e731b0d2488af /src
parentbe478232480f29309e876d2b06c6737fb03dacba (diff)
downloadnginx-b7b3aca7040a0c734a555efd8775249a29b5ac5d.tar.gz
nginx-b7b3aca7040a0c734a555efd8775249a29b5ac5d.tar.bz2
Configure: unbreak with old OpenSSL, --with-http_v3_module added.
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index eb3acd663..a8959ddcc 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -84,10 +84,12 @@ 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)
#include <ngx_event_quic.h>
#include <ngx_event_quic_transport.h>
#include <ngx_event_quic_protection.h>
#endif
+#endif
#include <ngx_process_cycle.h>
#include <ngx_conf_file.h>
#include <ngx_module.h>