Correct comment

This commit is contained in:
Hanno Becker
2017-07-28 22:28:08 +01:00
committed by Simon Butcher
parent 7ec83df47f
commit 840bace417
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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 )
{
@@ -318,7 +318,6 @@ int main( int argc, char *argv[] )
if( mode == MODE_DECRYPT )
{
/*
* The encrypted file must be structured as follows:
*
+1 -1
View File
@@ -192,7 +192,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[6], "rb" ) ) != NULL )
{