mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-18 09:09:53 +00:00
+2
-2
@@ -233,8 +233,8 @@ int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *, const char *, ...
|
||||
*/
|
||||
static void platform_setbuf_uninit( FILE *stream, char *buf )
|
||||
{
|
||||
(( void ) stream);
|
||||
(( void ) buf);
|
||||
((void) stream);
|
||||
((void) buf);
|
||||
}
|
||||
|
||||
#define MBEDTLS_PLATFORM_STD_SETBUF platform_setbuf_uninit
|
||||
|
||||
Reference in New Issue
Block a user