mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:55:39 +01:00
MBEDTLS_ARMV8CE_AES_C disabled for full testing in scripts/config.pl
This commit is contained in:
parent
c332e2d8ca
commit
0c2f86d319
@ -167,6 +167,7 @@ def realfull_adapter(_name, active, section):
|
|||||||
# * Options that remove features.
|
# * Options that remove features.
|
||||||
EXCLUDE_FROM_FULL = frozenset([
|
EXCLUDE_FROM_FULL = frozenset([
|
||||||
#pylint: disable=line-too-long
|
#pylint: disable=line-too-long
|
||||||
|
'MBEDTLS_ARMV8CE_AES_C',
|
||||||
'MBEDTLS_CTR_DRBG_USE_128_BIT_KEY', # interacts with ENTROPY_FORCE_SHA256
|
'MBEDTLS_CTR_DRBG_USE_128_BIT_KEY', # interacts with ENTROPY_FORCE_SHA256
|
||||||
'MBEDTLS_DEPRECATED_REMOVED', # conflicts with deprecated options
|
'MBEDTLS_DEPRECATED_REMOVED', # conflicts with deprecated options
|
||||||
'MBEDTLS_DEPRECATED_WARNING', # conflicts with deprecated options
|
'MBEDTLS_DEPRECATED_WARNING', # conflicts with deprecated options
|
||||||
|
Loading…
Reference in New Issue
Block a user