Skip to content

Commit

Permalink
Update srtp/srtp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 committed Jul 19, 2024
1 parent 39bea1d commit 2ed2ac6
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 @@ -2707,7 +2707,7 @@ srtp_err_status_t srtp_unprotect(srtp_t ctx,
uint16_t seq_to_set = 0;
size_t xtn_hdr_length = 0;
int xtn_profile_specific = 0;
unsigned int use_cryptex = 0;
bool use_cryptex = 0;
uint32_t xtn_hdr_profile_and_value = 0;

debug_print0(mod_srtp, "function srtp_unprotect");
Expand Down

0 comments on commit 2ed2ac6

Please sign in to comment.