From 0e4716d8dec36a047bb6627a69b33c5aebbfed12 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 1 Mar 2024 07:29:44 +0100 Subject: [PATCH] all.sh: change checked functions in component_build_full_psa_crypto_client_without_crypto_provider() Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 327fd95fc8..bcb12471de 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1318,7 +1318,8 @@ component_build_full_psa_crypto_client_without_crypto_provider () { # Ensure that desired functions are included into the build (extend the # following list as required). - grep mbedtls_pk_wrap_as_opaque library/libmbedcrypto.a + grep mbedtls_pk_setup_opaque library/libmbedcrypto.a + grep mbedtls_pk_can_do_ext library/libmbedcrypto.a } component_test_psa_crypto_rsa_no_genprime() {