mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix gcc 11.1 warning on mbedtls
This commit is contained in:
parent
4e48b10ab9
commit
62c310f750
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
|
||||||
*/
|
*/
|
||||||
int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_len,
|
int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_len,
|
||||||
const unsigned char *input, size_t in_len,
|
const unsigned char *input, size_t in_len,
|
||||||
unsigned char output[16]);
|
unsigned char *output);
|
||||||
#endif /* MBEDTLS_AES_C */
|
#endif /* MBEDTLS_AES_C */
|
||||||
|
|
||||||
#if defined(MBEDTLS_SELF_TEST) && ( defined(MBEDTLS_AES_C) || defined(MBEDTLS_DES_C) )
|
#if defined(MBEDTLS_SELF_TEST) && ( defined(MBEDTLS_AES_C) || defined(MBEDTLS_DES_C) )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue