mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-13 16:45:30 +00:00
Fix error text and whitespace in crypt_and_hash.c
This commit is contained in:
parent
75dea20fee
commit
d7fb3fd4e6
|
@ -386,7 +386,7 @@ int main( int argc, char *argv[] )
|
||||||
*/
|
*/
|
||||||
if( filesize < 16 + mbedtls_md_get_size( md_info ) )
|
if( filesize < 16 + mbedtls_md_get_size( md_info ) )
|
||||||
{
|
{
|
||||||
mbedtls_fprintf( stderr, "File too short to be encrypted.\n" );
|
mbedtls_fprintf( stderr, "File too short to be decrypted.\n" );
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue