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 7f60c7d + 73728d5 commit aa19698Copy full SHA for aa19698
tests/scripts/components-configuration-crypto.sh
@@ -854,7 +854,8 @@ common_test_psa_crypto_config_accel_ecc_some_curves () {
854
ALG_SHA3_224 ALG_SHA3_256 ALG_SHA3_384 ALG_SHA3_512"
855
helper_libtestdriver1_make_drivers "$loc_accel_list" "$loc_extra_list"
856
857
- helper_libtestdriver1_make_main "$loc_accel_list"
+ # For grep to work below we need less inlining in ecp.c
858
+ ASAN_CFLAGS="$ASAN_CFLAGS -O0" helper_libtestdriver1_make_main "$loc_accel_list"
859
860
# We expect ECDH to be re-enabled for the missing curves
861
grep mbedtls_ecdh_ ${BUILTIN_SRC_PATH}/ecdh.o
0 commit comments