mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Various const fixes
This commit is contained in:
parent
17d99fc6f2
commit
8fc30b178c
6 changed files with 26 additions and 26 deletions
|
|
@ -6,7 +6,7 @@ static int test_errors = 0;
|
|||
SUITE_PRE_DEP
|
||||
#define TEST_SUITE_ACTIVE
|
||||
|
||||
static int test_assert( int correct, char *test )
|
||||
static int test_assert( int correct, const char *test )
|
||||
{
|
||||
if( correct )
|
||||
return( 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue