diff options
Diffstat (limited to 'src/event/ngx_event_quic_protection.h')
| -rw-r--r-- | src/event/ngx_event_quic_protection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/ngx_event_quic_protection.h b/src/event/ngx_event_quic_protection.h index 80dcf110e..499301f41 100644 --- a/src/event/ngx_event_quic_protection.h +++ b/src/event/ngx_event_quic_protection.h @@ -8,12 +8,12 @@ #define _NGX_EVENT_QUIC_PROTECTION_H_INCLUDED_ -struct ngx_quic_secret_s { +typedef struct ngx_quic_secret_s { ngx_str_t secret; ngx_str_t key; ngx_str_t iv; ngx_str_t hp; -}; +} ngx_quic_secret_t; typedef struct { |
