diff options
Diffstat (limited to 'src/event/ngx_event_quic_protection.c')
| -rw-r--r-- | src/event/ngx_event_quic_protection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_quic_protection.c b/src/event/ngx_event_quic_protection.c index b77d65971..0bb9e8f87 100644 --- a/src/event/ngx_event_quic_protection.c +++ b/src/event/ngx_event_quic_protection.c @@ -972,7 +972,7 @@ ngx_quic_new_sr_token(ngx_connection_t *c, ngx_str_t *cid, ngx_str_t *secret, #if (NGX_DEBUG) ngx_quic_hexdump(c->log, "quic stateless reset token", token, - NGX_QUIC_SR_TOKEN_LEN); + (size_t) NGX_QUIC_SR_TOKEN_LEN); #endif return NGX_OK; |
