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/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index a16e91e..0e272eb 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c
@@ -192,7 +192,7 @@ } /* - * 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 ) {