mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 21:18:59 +08:00
QUIC: fixed header protection macro name.
This commit is contained in:
parent
c4f31ccca1
commit
291eb52899
@ -4,8 +4,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _NGX_EVENT_QUIC_WIRE_H_INCLUDED_
|
#ifndef _NGX_EVENT_QUIC_TRANSPORT_H_INCLUDED_
|
||||||
#define _NGX_EVENT_QUIC_WIRE_H_INCLUDED_
|
#define _NGX_EVENT_QUIC_TRANSPORT_H_INCLUDED_
|
||||||
|
|
||||||
|
|
||||||
#include <ngx_config.h>
|
#include <ngx_config.h>
|
||||||
@ -355,4 +355,4 @@ ssize_t ngx_quic_create_transport_params(u_char *p, u_char *end,
|
|||||||
|
|
||||||
void ngx_quic_dcid_encode_key(u_char *dcid, uint64_t key);
|
void ngx_quic_dcid_encode_key(u_char *dcid, uint64_t key);
|
||||||
|
|
||||||
#endif /* _NGX_EVENT_QUIC_WIRE_H_INCLUDED_ */
|
#endif /* _NGX_EVENT_QUIC_TRANSPORT_H_INCLUDED_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user