Skip to content

Commit

Permalink
Update srtp/srtp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 authored Jul 19, 2024
1 parent 34d239e commit 39bea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtp/srtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 39bea1d

Please sign in to comment.