mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 19:20:18 +00:00
Return an error code from a dummy function
This commit is contained in:
parent
643bcb36f6
commit
41734a1f2a
@ -155,7 +155,7 @@ static int platform_vsnprintf_uninit( char * s, size_t n,
|
|||||||
((void) n);
|
((void) n);
|
||||||
((void) format);
|
((void) format);
|
||||||
((void) arg);
|
((void) arg);
|
||||||
return( 0 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MBEDTLS_PLATFORM_STD_VSNPRINTF platform_vsnprintf_uninit
|
#define MBEDTLS_PLATFORM_STD_VSNPRINTF platform_vsnprintf_uninit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user