mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-31 03:38:41 +01:00
Fix some more depend issues
This commit is contained in:
parent
387a211fad
commit
4fee79b885
20 changed files with 638 additions and 611 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue