mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix printf format issue in programs
Fix issues that were missed as part of previous printf attribute cleanup Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
@ -81,7 +81,7 @@ int main( int argc, char *argv[] )
|
||||
if( ( ret = mbedtls_havege_random( &hs, buf, sizeof( buf ) ) ) != 0 )
|
||||
{
|
||||
mbedtls_printf( " failed\n ! mbedtls_havege_random returned -0x%04X",
|
||||
-ret );
|
||||
( unsigned int ) -ret );
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user