mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
aria: disable by default in config.h
This commit is contained in:
@ -1806,11 +1806,12 @@
|
||||
/**
|
||||
* \def MBEDTLS_ARIA_C
|
||||
*
|
||||
* Enable the ARIA block cipher.
|
||||
* Enable the ARIA block cipher (and TLS ciphersuites that use it, if other
|
||||
* requirements for them are met too).
|
||||
*
|
||||
* Module: library/aria.c
|
||||
*/
|
||||
#define MBEDTLS_ARIA_C
|
||||
//#define MBEDTLS_ARIA_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_CCM_C
|
||||
|
Reference in New Issue
Block a user