commit | dcbb0246f9602d567c4da957e01cffc6b895037d | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Jun 27 11:41:45 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 22:04:08 2017 +0100 |
tree | be9ea16790a3a00313891bbe07df98055c0fe348 | |
parent | 56fa40f4f57fa4a5770c7a03636098764a517e28 [diff] [blame] |
Correct comments
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index aa69a21..3b744d1 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c
@@ -149,7 +149,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 ) {