Fix comments about filenames in some programs
This commit is contained in:
parent
d74c697035
commit
1d8f2da7df
4 changed files with 4 additions and 4 deletions
programs/pkey
|
@ -129,7 +129,7 @@ int main( int argc, char *argv[] )
|
|||
}
|
||||
|
||||
/*
|
||||
* Write the signature into <filename>-sig.txt
|
||||
* Write the signature into <filename>.sig
|
||||
*/
|
||||
mbedtls_snprintf( filename, sizeof(filename), "%s.sig", argv[2] );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue