mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 02:47:41 +03:00
Remove unused var
This commit is contained in:
parent
ee46615226
commit
444ef2dca9
1 changed files with 0 additions and 1 deletions
|
@ -748,7 +748,6 @@ update_password(const char *sk_file, int unencrypted_key)
|
|||
SeckeyStruct *seckey_struct;
|
||||
char *sk_comment_line;
|
||||
FILE *fp;
|
||||
size_t sk_comment_line_len;
|
||||
|
||||
if (unencrypted_key != 0) {
|
||||
printf("Key encryption for [%s] is going to be removed.\n", sk_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue