mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-20 18:28:03 +00:00
Correct comment and remove empty line
This commit is contained in:
parent
3948a101b6
commit
093620173b
|
@ -155,7 +155,7 @@ int main( int argc, char *argv[] )
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Read the secret key and clean the command line.
|
* Read the secret key from file or command line
|
||||||
*/
|
*/
|
||||||
if( ( fkey = fopen( argv[4], "rb" ) ) != NULL )
|
if( ( fkey = fopen( argv[4], "rb" ) ) != NULL )
|
||||||
{
|
{
|
||||||
|
@ -318,7 +318,6 @@ int main( int argc, char *argv[] )
|
||||||
|
|
||||||
if( mode == MODE_DECRYPT )
|
if( mode == MODE_DECRYPT )
|
||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The encrypted file must be structured as follows:
|
* The encrypted file must be structured as follows:
|
||||||
*
|
*
|
||||||
|
|
|
@ -187,7 +187,7 @@ int main( int argc, char *argv[] )
|
||||||
mbedtls_md_setup( &md_ctx, md_info, 1 );
|
mbedtls_md_setup( &md_ctx, md_info, 1 );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Read the secret key and clean the command line.
|
* Read the secret key from file or command line
|
||||||
*/
|
*/
|
||||||
if( ( fkey = fopen( argv[6], "rb" ) ) != NULL )
|
if( ( fkey = fopen( argv[6], "rb" ) ) != NULL )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue