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/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index 30b981a..22f2834 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c
@@ -188,7 +188,7 @@ md_init_ctx( &md_ctx, md_info); /* - * 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 ) {