mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
test: fix dependencies on function and data files
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
1e868ccbac
commit
2c12185b88
@ -3549,5 +3549,4 @@ depends_on:MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED:MBEDTLS_USE_PSA_CRYPTO
|
|||||||
ssl_ecjpake_set_password:1
|
ssl_ecjpake_set_password:1
|
||||||
|
|
||||||
Test Elliptic curves' info parsing
|
Test Elliptic curves' info parsing
|
||||||
depends_on:MBEDTLS_SSL_TLS_C
|
|
||||||
elliptic_curve_get_properties
|
elliptic_curve_get_properties
|
||||||
|
@ -6114,7 +6114,7 @@ void ssl_ecjpake_set_password( int use_opaque_arg )
|
|||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:MBEDTLS_SSL_TLS_C*/
|
/* BEGIN_CASE */
|
||||||
void elliptic_curve_get_properties( )
|
void elliptic_curve_get_properties( )
|
||||||
{
|
{
|
||||||
psa_ecc_family_t psa_family;
|
psa_ecc_family_t psa_family;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user