Return an error code from a dummy function
This commit is contained in:
parent
643bcb36f6
commit
41734a1f2a
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ static int platform_vsnprintf_uninit( char * s, size_t n,
|
|||
((void) n);
|
||||
((void) format);
|
||||
((void) arg);
|
||||
return( 0 );
|
||||
return( -1 );
|
||||
}
|
||||
|
||||
#define MBEDTLS_PLATFORM_STD_VSNPRINTF platform_vsnprintf_uninit
|
||||
|
|
Loading…
Reference in a new issue