Fix error text and whitespace in crypt_and_hash.c

This commit is contained in:
Simon Butcher 2016-09-03 12:43:44 +01:00
parent 75dea20fee
commit d7fb3fd4e6

View file

@ -386,7 +386,7 @@ int main( int argc, char *argv[] )
*/
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;
}