mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:08:20 +00:00
Fix missing dependency declaration in test
This commit is contained in:
parent
8e205fc0bc
commit
a56d363724
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void ecdsa_write_read_random( int id )
|
|||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_ECDSA_DETERMINISTIC */
|
||||
void ecdsa_write_read_det_random( int id, int md_alg )
|
||||
{
|
||||
ecdsa_context ctx;
|
||||
|
|
Loading…
Reference in a new issue