Skip to content

Commit

Permalink
Merge pull request #7458 from douzzer/20240422-wc_SRTCP_KDF_ex-Wconve…
Browse files Browse the repository at this point in the history
…rsion

20240422-wc_SRTCP_KDF_ex-Wconversion
  • Loading branch information
SparkiDev authored Apr 22, 2024
2 parents 5bb22d8 + 44e8f39 commit b17ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/src/kdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b17ad46

Please sign in to comment.