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