config: Enable CMAC

AES-CMAC generation is used within yuzu.
This commit is contained in:
Morph 2021-03-05 00:04:40 -05:00
parent bd7e048844
commit 81b04fbb3f

View File

@ -2678,7 +2678,7 @@
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C * Requires: MBEDTLS_AES_C or MBEDTLS_DES_C
* *
*/ */
//#define MBEDTLS_CMAC_C #define MBEDTLS_CMAC_C
/** /**
* \def MBEDTLS_CTR_DRBG_C * \def MBEDTLS_CTR_DRBG_C