From 81b04fbb3fff26decc68b8e591e7210c4f151800 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Fri, 5 Mar 2021 00:04:40 -0500 Subject: [PATCH] config: Enable CMAC AES-CMAC generation is used within yuzu. --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 3ffb1e2e1..45f537faf 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2678,7 +2678,7 @@ * Requires: MBEDTLS_AES_C or MBEDTLS_DES_C * */ -//#define MBEDTLS_CMAC_C +#define MBEDTLS_CMAC_C /** * \def MBEDTLS_CTR_DRBG_C