mirror of
https://github.com/Proxmark/proxmark3.git
synced 2026-03-05 23:26:03 +08:00
fix type warning
This commit is contained in:
parent
6116334485
commit
9f678ede69
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ exit:
|
|||
*/
|
||||
int mbedtls_aes_cmac_prf_128( const unsigned char *key, size_t key_length,
|
||||
const unsigned char *input, size_t in_len,
|
||||
unsigned char *output )
|
||||
unsigned char output[16] )
|
||||
{
|
||||
int ret;
|
||||
const mbedtls_cipher_info_t *cipher_info;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue