Fixed includes in quic headers.

This commit is contained in:
Roman Arutyunyan 2020-04-21 12:06:24 +03:00
parent 07699053c0
commit 10bda6e11b
3 changed files with 8 additions and 2 deletions

View 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

View 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)

View 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 */