mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00:00
Fix printf specifier
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
e2e7e9400b
commit
eaba723139
@ -397,7 +397,7 @@ int main( int argc, char *argv[] )
|
||||
} \
|
||||
} else { \
|
||||
mbedtls_printf( "Padding checks only implemented for types of size 2, 4 or 8" \
|
||||
" - cannot check type '" #TYPE "' of size %ld\n", \
|
||||
" - cannot check type '" #TYPE "' of size %zu\n", \
|
||||
sizeof( TYPE ) ); \
|
||||
mbedtls_exit( MBEDTLS_EXIT_FAILURE ); \
|
||||
} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user