We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b6bc7 + 7ea9f1b commit 0283fa0Copy full SHA for 0283fa0
tests/scripts/components-configuration-crypto.sh
@@ -831,7 +831,8 @@ common_test_psa_crypto_config_accel_ecc_some_curves () {
831
ALG_SHA3_224 ALG_SHA3_256 ALG_SHA3_384 ALG_SHA3_512"
832
helper_libtestdriver1_make_drivers "$loc_accel_list" "$loc_extra_list"
833
834
- helper_libtestdriver1_make_main "$loc_accel_list"
+ # For grep to work below we need less inlining in ecp.c
835
+ ASAN_CFLAGS="$ASAN_CFLAGS -O0" helper_libtestdriver1_make_main "$loc_accel_list"
836
837
# We expect ECDH to be re-enabled for the missing curves
838
grep mbedtls_ecdh_ ${BUILTIN_SRC_PATH}/ecdh.o
0 commit comments