mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-24 19:17:24 +00:00
test: fix dependencies on function and data files
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -3549,5 +3549,4 @@ depends_on:MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED:MBEDTLS_USE_PSA_CRYPTO
|
||||
ssl_ecjpake_set_password:1
|
||||
|
||||
Test Elliptic curves' info parsing
|
||||
depends_on:MBEDTLS_SSL_TLS_C
|
||||
elliptic_curve_get_properties
|
||||
|
||||
@@ -6114,7 +6114,7 @@ void ssl_ecjpake_set_password( int use_opaque_arg )
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_SSL_TLS_C*/
|
||||
/* BEGIN_CASE */
|
||||
void elliptic_curve_get_properties( )
|
||||
{
|
||||
psa_ecc_family_t psa_family;
|
||||
|
||||
Reference in New Issue
Block a user