mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-24 11:07:22 +00:00
Fix unintentional config reduction in prev commit
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
@@ -2166,8 +2166,9 @@ component_test_psa_crypto_config_accel_ecdsa () {
|
||||
# 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"
|
||||
scripts/config.py set MBEDTLS_SSL_PROTO_TLS1_3
|
||||
|
||||
# Disable the module that's accelerated
|
||||
scripts/config.py unset MBEDTLS_ECDSA_C
|
||||
|
||||
Reference in New Issue
Block a user