mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 04:02:56 +00:00
Fix compile errors with NO_STD_FUNCTIONS
This commit is contained in:
@@ -72,7 +72,7 @@ static int platform_snprintf_uninit( char * s, size_t n,
|
||||
{
|
||||
((void) s);
|
||||
((void) n);
|
||||
((void) format)
|
||||
((void) format);
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
@@ -148,7 +148,6 @@ int platform_set_fprintf( int (*fprintf_func)( FILE *, const char *, ... ) )
|
||||
static void platform_exit_uninit( int status )
|
||||
{
|
||||
((void) status);
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
#define POLARSSL_PLATFORM_STD_EXIT platform_exit_uninit
|
||||
|
||||
Reference in New Issue
Block a user