commit | 840bace4176a89553d42468b8f58b5b75118594f | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Jun 27 11:36:21 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 22:28:08 2017 +0100 |
tree | aa8cee346e1d54fe7f3e67e4baee85464c9580ae | |
parent | 7ec83df47fe478781b6b2e104a1e2c1feb69bfb8 [diff] [blame] |
Correct comment
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index 7cd3349..4acf38d 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: *