Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pabuhler committed Dec 5, 2023
1 parent d26e273 commit 8958d99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srtp/srtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4006,6 +4006,9 @@ static srtp_err_status_t srtp_unprotect_rtcp_aead(
if (status) {
return status;
}
memcpy(rtcp, srtcp,
// enc_start); // this is not set if no enc just auth :(
srtcp_len - (tag_len + sizeof(srtcp_trailer_t) + mki_size));
}

*rtcp_len = srtcp_len;
Expand Down

0 comments on commit 8958d99

Please sign in to comment.