Change base config to full minus SSL
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
f2814ff97b
commit
78657d0c1d
1 changed files with 5 additions and 2 deletions
|
@ -3669,8 +3669,11 @@ component_test_psa_crypto_config_accel_aead () {
|
|||
# - component_test_psa_crypto_config_accel_cipher_aead
|
||||
# - component_test_psa_crypto_config_reference_cipher_aead
|
||||
common_psa_crypto_config_accel_cipher_aead() {
|
||||
# Start from the crypto config (no X509 and TLS)
|
||||
helper_libtestdriver1_adjust_config "crypto_full"
|
||||
# Start from the full config
|
||||
helper_libtestdriver1_adjust_config "full"
|
||||
|
||||
# For time being, we don't support SSL module.
|
||||
scripts/config.py unset MBEDTLS_SSL_TLS_C
|
||||
|
||||
scripts/config.py unset MBEDTLS_CTR_DRBG_C
|
||||
scripts/config.py unset MBEDTLS_NIST_KW_C
|
||||
|
|
Loading…
Reference in a new issue