comparison src/event/ngx_event_quic_protection.h @ 8347:a5141e6b3214 quic

Fixed includes in quic headers.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 21 Apr 2020 12:06:24 +0300
parents aba84d9ab256
children 2d0f4aa78ed6
comparison
equal deleted inserted replaced
8346:4e4485793418 8347:a5141e6b3214
4 */ 4 */
5 5
6 6
7 #ifndef _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_ 7 #ifndef _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_
8 #define _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_ 8 #define _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_
9
10
11 #include <ngx_config.h>
12 #include <ngx_core.h>
9 13
10 14
11 #define NGX_QUIC_ENCRYPTION_LAST ((ssl_encryption_application) + 1) 15 #define NGX_QUIC_ENCRYPTION_LAST ((ssl_encryption_application) + 1)
12 16
13 17