Skip to content

Commit 2ed2ac6

Browse files
authored
Update srtp/srtp.c
1 parent 39bea1d commit 2ed2ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srtp/srtp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ srtp_err_status_t srtp_unprotect(srtp_t ctx,
27072707
uint16_t seq_to_set = 0;
27082708
size_t xtn_hdr_length = 0;
27092709
int xtn_profile_specific = 0;
2710-
unsigned int use_cryptex = 0;
2710+
bool use_cryptex = 0;
27112711
uint32_t xtn_hdr_profile_and_value = 0;
27122712

27132713
debug_print0(mod_srtp, "function srtp_unprotect");

0 commit comments

Comments
 (0)