Cleanup PSA pake test dependency
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function
index 9b7bb20..31aa98d 100644
--- a/tests/suites/test_suite_psa_crypto.function
+++ b/tests/suites/test_suite_psa_crypto.function
@@ -8092,7 +8092,7 @@
}
/* END_CASE */
-/* BEGIN_CASE depends_on:MBEDTLS_ECJPAKE_C */
+/* BEGIN_CASE depends_on:PSA_WANT_ALG_ECJPAKE */
void ecjpake_setup( int alg_arg, int primitive_arg, int hash_arg, int role_arg,
int output_step_arg, data_t *pw_data,
int expected_status_arg )
@@ -8179,7 +8179,7 @@
}
/* END_CASE */
-/* BEGIN_CASE depends_on:MBEDTLS_ECJPAKE_C */
+/* BEGIN_CASE depends_on:PSA_WANT_ALG_ECJPAKE */
void ecjpake_rounds( int alg_arg, int primitive_arg, int hash_arg,
int derive_alg_arg, data_t *pw_data )
{