mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-23 21:55:35 +01:00
test: remove leftover from past PR development
ECP_LIGHT was never set as public symbol so it should not be enabled/disabled using the config.py script. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
4d25a8d48a
commit
434836801f
|
|
@ -2432,7 +2432,6 @@ config_psa_crypto_no_ecp_at_all () {
|
|||
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
||||
# Disable ECP module (entirely)
|
||||
scripts/config.py unset MBEDTLS_ECP_C
|
||||
scripts/config.py unset MBEDTLS_ECP_LIGHT
|
||||
fi
|
||||
|
||||
# Disable PK module since it depends on ECP
|
||||
|
|
|
|||
Loading…
Reference in a new issue