From b7b3aca7040a0c734a555efd8775249a29b5ac5d Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 30 Apr 2020 15:47:43 +0300 Subject: Configure: unbreak with old OpenSSL, --with-http_v3_module added. --- src/core/ngx_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') 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 #if (NGX_OPENSSL) #include +#if (NGX_OPENSSL_QUIC) #include #include #include #endif +#endif #include #include #include -- cgit