Correct comments

This commit is contained in:
Hanno Becker 2017-06-27 11:41:45 +01:00 committed by Simon Butcher
parent 56fa40f4f5
commit dcbb0246f9
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,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 )
{ {

View file

@ -188,7 +188,7 @@ int main( int argc, char *argv[] )
md_init_ctx( &md_ctx, md_info); md_init_ctx( &md_ctx, md_info);
/* /*
* 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 )
{ {