mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 11:12:57 +00:00
Fix a few selftest typos
This commit is contained in:
@@ -197,7 +197,7 @@ void aes_decrypt_cfb128( char *hex_key_string, char *hex_iv_string,
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_SELF_TEST */
|
||||
void aes_selftest()
|
||||
{
|
||||
TEST_ASSERT( aes_self_test( 0 ) == 0 );
|
||||
|
||||
Reference in New Issue
Block a user