Merge pull request #7458 from douzzer/20240422-wc_SRTCP_KDF_ex-Wconversion

20240422-wc_SRTCP_KDF_ex-Wconversion
This commit is contained in:
Sean Parkinson
2024-04-22 21:30:14 +10:00
committed by GitHub

View File

@ -942,7 +942,7 @@ static void wc_srtp_kdf_first_block(const byte* salt, word32 saltSz, int kdrIdx,
* @param [in] aes AES object to encrypt with.
* @return 0 on success.
*/
static int wc_srtp_kdf_derive_key(byte* block, byte indexSz, byte label,
static int wc_srtp_kdf_derive_key(byte* block, int indexSz, byte label,
byte* key, word32 keySz, Aes* aes)
{
int i;