mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-28 16:03:36 -04: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
|
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
||||||
# Disable ECP module (entirely)
|
# Disable ECP module (entirely)
|
||||||
scripts/config.py unset MBEDTLS_ECP_C
|
scripts/config.py unset MBEDTLS_ECP_C
|
||||||
scripts/config.py unset MBEDTLS_ECP_LIGHT
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Disable PK module since it depends on ECP
|
# Disable PK module since it depends on ECP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user