Fix some more depend issues

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-19 18:09:14 +02:00
parent 387a211fad
commit 4fee79b885
20 changed files with 638 additions and 611 deletions

View file

@ -531,7 +531,7 @@ void rsa_gen_key( int nrbits, int exponent, int result)
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
void rsa_selftest()
{
TEST_ASSERT( rsa_self_test( 0 ) == 0 );