mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-10 05:03:02 +03:00
Replace MBEDTLS_AES_C
Replace the remaining instances of MBEDTLS_AES_C as a configuration option. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -130,7 +130,7 @@ def run_one(options, args, stem_prefix='', input_file=None):
|
||||
### config.py stops handling that case correctly.
|
||||
TEST_SYMBOLS = [
|
||||
'CUSTOM_SYMBOL', # does not exist
|
||||
'MBEDTLS_AES_C', # set, no value
|
||||
'PSA_WANT_KEY_TYPE_AES', # set, no value
|
||||
'MBEDTLS_MPI_MAX_SIZE', # unset, has a value
|
||||
'MBEDTLS_NO_UDBL_DIVISION', # unset, in "System support"
|
||||
'MBEDTLS_PLATFORM_ZEROIZE_ALT', # unset, in "Customisation configuration options"
|
||||
|
Reference in New Issue
Block a user