mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 00:02:58 +00:00
Fix a few selftest typos
This commit is contained in:
@@ -681,7 +681,7 @@ void mpi_shift_r( int radix_X, char *input_X, int shift_X, int radix_A,
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_SELF_TEST */
|
||||
void mpi_selftest()
|
||||
{
|
||||
TEST_ASSERT( mpi_self_test( 0 ) == 0 );
|
||||
|
||||
Reference in New Issue
Block a user