ARIA build integration

This commit is contained in:
Markku-Juhani O. Saarinen 2017-11-30 16:00:34 +00:00 committed by Manuel Pégourié-Gonnard
parent 259fa60f6c
commit 3c0b53b2b0
9 changed files with 46 additions and 14 deletions

View file

@ -1797,6 +1797,15 @@
*/
#define MBEDTLS_CAMELLIA_C
/**
* \def MBEDTLS_ARIA_C
*
* Enable the ARIA block cipher.
*
* Module: library/aria.c
*/
#define MBEDTLS_ARIA_C
/**
* \def MBEDTLS_CCM_C
*