commit | 1d8f2da7df82ff928ef7e0cb5d53e6d3c79ae55d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Thu Aug 27 21:42:27 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 31 10:34:27 2015 +0200 |
tree | b16c0e4f3f1e3bc23a6bd055e9c9741b38e0848f | |
parent | d74c6970352e1c1bbdd02fb55de8293098c88af5 [diff] [blame] |
Fix comments about filenames in some programs
diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c index 8ab5c93..fa3c0e0 100644 --- a/programs/pkey/pk_verify.c +++ b/programs/pkey/pk_verify.c
@@ -86,7 +86,7 @@ } /* - * Extract the signature from the text file + * Extract the signature from the file */ ret = 1; mbedtls_snprintf( filename, sizeof(filename), "%s.sig", argv[2] );