From 0c2f86d3191a11cec1cf4cd3c937e85b415ec2d4 Mon Sep 17 00:00:00 2001 From: "Markku-Juhani O. Saarinen" Date: Mon, 20 Nov 2017 15:50:46 +0000 Subject: [PATCH] MBEDTLS_ARMV8CE_AES_C disabled for full testing in scripts/config.pl --- scripts/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/config.py b/scripts/config.py index 703e6e906..5e3cda2f2 100755 --- a/scripts/config.py +++ b/scripts/config.py @@ -167,6 +167,7 @@ def realfull_adapter(_name, active, section): # * Options that remove features. EXCLUDE_FROM_FULL = frozenset([ #pylint: disable=line-too-long + 'MBEDTLS_ARMV8CE_AES_C', 'MBEDTLS_CTR_DRBG_USE_128_BIT_KEY', # interacts with ENTROPY_FORCE_SHA256 'MBEDTLS_DEPRECATED_REMOVED', # conflicts with deprecated options 'MBEDTLS_DEPRECATED_WARNING', # conflicts with deprecated options