Fix missing dependency declaration in test

This commit is contained in:
Manuel Pégourié-Gonnard 2014-01-23 17:50:56 +01:00
parent 8e205fc0bc
commit a56d363724

View file

@ -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;