From 39bea1d7bb600cd458a1aa452a9ff90b3265977d Mon Sep 17 00:00:00 2001 From: Sergio Garcia Murillo Date: Fri, 19 Jul 2024 12:58:08 +0200 Subject: [PATCH] Update srtp/srtp.c --- srtp/srtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srtp/srtp.c b/srtp/srtp.c index ad606de53..bb9f8d8ec 100644 --- a/srtp/srtp.c +++ b/srtp/srtp.c @@ -2705,7 +2705,7 @@ srtp_err_status_t srtp_unprotect(srtp_t ctx, bool advance_packet_index = false; uint32_t roc_to_set = 0; uint16_t seq_to_set = 0; - int xtn_hdr_length = 0; + size_t xtn_hdr_length = 0; int xtn_profile_specific = 0; unsigned int use_cryptex = 0; uint32_t xtn_hdr_profile_and_value = 0;