]> git.kaiwu.me - nginx.git/commitdiff
Fixed includes in quic headers.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 21 Apr 2020 09:06:24 +0000 (12:06 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 21 Apr 2020 09:06:24 +0000 (12:06 +0300)
src/event/ngx_event_quic.h
src/event/ngx_event_quic_protection.h
src/event/ngx_event_quic_transport.h

index 0dfc9b2e76e8e2fabf250895cf76b5c7f34bccf0..034cf48ca06e58bdc518dc3b29ae7c067660a161 100644 (file)
@@ -8,7 +8,8 @@
 #define _NGX_EVENT_QUIC_H_INCLUDED_
 
 
-#include <ngx_event_openssl.h>
+#include <ngx_config.h>
+#include <ngx_core.h>
 
 
 #define NGX_QUIC_DRAFT_VERSION               27
index b19f9f2109444fe62d42f9c289bd5cf3a4750cdb..befb7ef6614c66def6dae0640fa0c41e9d4f5b78 100644 (file)
@@ -8,6 +8,10 @@
 #define _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_
 
 
+#include <ngx_config.h>
+#include <ngx_core.h>
+
+
 #define NGX_QUIC_ENCRYPTION_LAST  ((ssl_encryption_application) + 1)
 
 
index 2c3753e508d576b3aa79f9763ec647b955fb276e..761db57c1b14dc305bdc245653d050c221ba6bf9 100644 (file)
@@ -8,7 +8,8 @@
 #define _NGX_EVENT_QUIC_WIRE_H_INCLUDED_
 
 
-#include <ngx_event_openssl.h>
+#include <ngx_config.h>
+#include <ngx_core.h>
 
 
 #define ngx_quic_long_pkt(flags)  ((flags) & 0x80)            /* 17.2   */