mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
wolfcrypt/src/kdf.c: fix -Wconversions in wc_SRTCP_KDF_ex().
This commit is contained in:
@@ -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.
|
* @param [in] aes AES object to encrypt with.
|
||||||
* @return 0 on success.
|
* @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)
|
byte* key, word32 keySz, Aes* aes)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user