mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-20 12:48:45 +00:00
Fix merge issue
This commit is contained in:
@@ -96,7 +96,7 @@ cleanup:
|
||||
|
||||
if( ret != 0 )
|
||||
{
|
||||
polarssl_printf( "\nAn error occurred.\n" );
|
||||
mbedtls_printf( "\nAn error occurred.\n" );
|
||||
ret = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user