mirror of
https://github.com/nginx/nginx.git
synced 2025-06-22 22:10:45 +08:00
Fixed includes in quic headers.
This commit is contained in:
parent
07699053c0
commit
10bda6e11b
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user