1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Fix a few selftest typos

This commit is contained in:
Manuel Pégourié-Gonnard
2013-10-10 12:48:03 +02:00
parent 0ace4b3154
commit 201401646e
15 changed files with 19 additions and 19 deletions

View File

@@ -487,7 +487,7 @@ void check_padding( int pad_mode, char *input_str, int ret, int dlen_check )
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
/* BEGIN_CASE depends_on:POLARSSL_SELF_TEST */
void cipher_selftest()
{
TEST_ASSERT( cipher_self_test( 0 ) == 0 );