Drop dummy self_test functions

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-11 17:50:41 +02:00
parent 8d92cedd11
commit 240b092a6c
7 changed files with 0 additions and 70 deletions

View file

@ -667,10 +667,3 @@ void check_padding( int pad_mode, char *input_str, int ret, int dlen_check )
TEST_ASSERT( dlen == (size_t) dlen_check );
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELF_TEST */
void cipher_selftest()
{
TEST_ASSERT( cipher_self_test( 0 ) == 0 );
}
/* END_CASE */