mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c
This commit is contained in:
@ -96,7 +96,7 @@ static int platform_fprintf_uninit( FILE *stream, const char *format, ... )
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
#define POLARSSL_PLATFORM_STD_fPRINTF platform_fprintf_uninit
|
||||
#define POLARSSL_PLATFORM_STD_FPRINTF platform_fprintf_uninit
|
||||
#endif /* !POLARSSL_PLATFORM_STD_FPRINTF */
|
||||
|
||||
int (*polarssl_fprintf)( FILE *, const char *, ... ) =
|
||||
|
Reference in New Issue
Block a user