commit | 093620173b977b23679104be2ae33a25fdd4ea62 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Jun 27 11:40:30 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 21:43:19 2017 +0100 |
tree | 11b9ce81f55580e4df94cbf3d227336f5149baba | |
parent | 3948a101b6f1632061ce4edefea3cf11a60db649 [diff] [blame] |
Correct comment and remove empty line
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index d57d47a..de9d422 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c
@@ -155,7 +155,7 @@ } /* - * 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 @@ if( mode == MODE_DECRYPT ) { - /* * The encrypted file must be structured as follows: *