mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-12 21:14:54 +08:00
Disable LMS_PRIVATE in all.sh when LMS is disabled
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
a7e03adef5
commit
47bccb7e47
@ -1247,6 +1247,7 @@ component_test_full_no_cipher () {
|
|||||||
scripts/config.py unset MBEDTLS_SSL_SRV_C
|
scripts/config.py unset MBEDTLS_SSL_SRV_C
|
||||||
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
|
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
|
||||||
scripts/config.py unset MBEDTLS_LMS_C
|
scripts/config.py unset MBEDTLS_LMS_C
|
||||||
|
scripts/config.py unset MBEDTLS_LMS_PRIVATE
|
||||||
make
|
make
|
||||||
|
|
||||||
msg "test: full minus CIPHER"
|
msg "test: full minus CIPHER"
|
||||||
@ -1270,6 +1271,7 @@ component_test_crypto_full_no_cipher () {
|
|||||||
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
|
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||||
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
|
scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
|
||||||
scripts/config.py unset MBEDTLS_LMS_C
|
scripts/config.py unset MBEDTLS_LMS_C
|
||||||
|
scripts/config.py unset MBEDTLS_LMS_PRIVATE
|
||||||
make
|
make
|
||||||
|
|
||||||
msg "test: crypto_full minus CIPHER"
|
msg "test: crypto_full minus CIPHER"
|
||||||
@ -1832,6 +1834,7 @@ component_test_no_use_psa_crypto_full_cmake_asan() {
|
|||||||
scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
|
scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
|
||||||
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
|
scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||||
scripts/config.py unset MBEDTLS_LMS_C
|
scripts/config.py unset MBEDTLS_LMS_C
|
||||||
|
scripts/config.py unset MBEDTLS_LMS_PRIVATE
|
||||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user