Skip to content

Commit 241b524

Browse files
author
Hanno Becker
committed
Disable restartable ECC in full config PSA test in all.sh
1 parent 1ce51e4 commit 241b524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ component_test_use_psa_crypto_full_cmake_asan() {
852852
msg "build: cmake, full config + MBEDTLS_USE_PSA_CRYPTO, ASan"
853853
scripts/config.pl full
854854
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
855+
scripts/config.pl unset MBEDTLS_ECP_RESTARTABLE # restartable ECC not supported through PSA
855856
scripts/config.pl set MBEDTLS_PSA_CRYPTO_C
856857
scripts/config.pl set MBEDTLS_USE_PSA_CRYPTO
857858
CC=gcc cmake -D USE_CRYPTO_SUBMODULE=1 -D CMAKE_BUILD_TYPE:String=Asan .

0 commit comments

Comments
 (0)