mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 03:18:42 +00:00
Converted .function file to c-like format and adapted generator code
This commit is contained in:
@@ -242,7 +242,7 @@ int main()
|
||||
fprintf( stdout, "-------\n" );
|
||||
fflush( stdout );
|
||||
}
|
||||
else if( ret == 0 && test_errors == 0 )
|
||||
else if( ret == 0 && test_errors == 0 )
|
||||
{
|
||||
fprintf( stdout, "PASS\n" );
|
||||
fflush( stdout );
|
||||
|
||||
Reference in New Issue
Block a user