Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined
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 67b0dd2..29a0077 100644
--- a/tests/suites/test_suite_psa_crypto.function
+++ b/tests/suites/test_suite_psa_crypto.function
@@ -705,6 +705,7 @@
return( test_ok );
}
+#if defined(PSA_WANT_ALG_JPAKE)
static int ecjpake_do_round( psa_algorithm_t alg, unsigned int primitive,
psa_pake_operation_t *server,
psa_pake_operation_t *client,
@@ -994,6 +995,7 @@
mbedtls_free( buffer1 );
return( ret );
}
+#endif /* PSA_WANT_ALG_JPAKE */
/* END_HEADER */