diff options
Diffstat (limited to 'src/event/ngx_event_quic_protection.h')
| -rw-r--r-- | src/event/ngx_event_quic_protection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/ngx_event_quic_protection.h b/src/event/ngx_event_quic_protection.h index 2763375e4..cf9cd479d 100644 --- a/src/event/ngx_event_quic_protection.h +++ b/src/event/ngx_event_quic_protection.h @@ -18,6 +18,7 @@ typedef struct ngx_quic_secret_s { typedef struct { ngx_quic_secret_t in; + ngx_quic_secret_t ed; ngx_quic_secret_t hs; ngx_quic_secret_t ad; } ngx_quic_peer_secrets_t; |
