comparison src/core/ngx_core.h @ 8615: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 d3747ba486e7
children
comparison
equal deleted inserted replaced
8614:8fc9c7f2c533 8615:7603284f7af5
81 #include <ngx_inet.h> 81 #include <ngx_inet.h>
82 #include <ngx_cycle.h> 82 #include <ngx_cycle.h>
83 #include <ngx_resolver.h> 83 #include <ngx_resolver.h>
84 #if (NGX_OPENSSL) 84 #if (NGX_OPENSSL)
85 #include <ngx_event_openssl.h> 85 #include <ngx_event_openssl.h>
86 #if (NGX_OPENSSL_QUIC) 86 #if (NGX_QUIC)
87 #include <ngx_event_quic.h> 87 #include <ngx_event_quic.h>
88 #endif 88 #endif
89 #endif 89 #endif
90 #include <ngx_process_cycle.h> 90 #include <ngx_process_cycle.h>
91 #include <ngx_conf_file.h> 91 #include <ngx_conf_file.h>