mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Fix missing dependency declaration in test
This commit is contained in:
parent
8e205fc0bc
commit
a56d363724
@ -186,7 +186,7 @@ void ecdsa_write_read_random( int id )
|
|||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE */
|
/* BEGIN_CASE depends_on:POLARSSL_ECDSA_DETERMINISTIC */
|
||||||
void ecdsa_write_read_det_random( int id, int md_alg )
|
void ecdsa_write_read_det_random( int id, int md_alg )
|
||||||
{
|
{
|
||||||
ecdsa_context ctx;
|
ecdsa_context ctx;
|
||||||
|
Loading…
Reference in New Issue
Block a user