mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-10 05:03:02 +03:00
Fix unintentional config reduction in prev commit
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@@ -2166,8 +2166,9 @@ component_test_psa_crypto_config_accel_ecdsa () {
|
|||||||
# Configure
|
# Configure
|
||||||
# ---------
|
# ---------
|
||||||
|
|
||||||
# Start from default config (no TLS 1.3, no USE_PSA)
|
# Start from default config (no USE_PSA) + TLS 1.3
|
||||||
helper_libtestdriver1_adjust_config "default"
|
helper_libtestdriver1_adjust_config "default"
|
||||||
|
scripts/config.py set MBEDTLS_SSL_PROTO_TLS1_3
|
||||||
|
|
||||||
# Disable the module that's accelerated
|
# Disable the module that's accelerated
|
||||||
scripts/config.py unset MBEDTLS_ECDSA_C
|
scripts/config.py unset MBEDTLS_ECDSA_C
|
||||||
|
Reference in New Issue
Block a user