summaryrefslogtreecommitdiff
path: root/thirdparty/mbedtls/library/cmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/mbedtls/library/cmac.c')
-rw-r--r--thirdparty/mbedtls/library/cmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/mbedtls/library/cmac.c b/thirdparty/mbedtls/library/cmac.c
index 1a1200b52b..409f67958e 100644
--- a/thirdparty/mbedtls/library/cmac.c
+++ b/thirdparty/mbedtls/library/cmac.c
@@ -450,7 +450,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;