mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +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;
|
SeckeyStruct *seckey_struct;
|
||||||
char *sk_comment_line;
|
char *sk_comment_line;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
size_t sk_comment_line_len;
|
|
||||||
|
|
||||||
if (unencrypted_key != 0) {
|
if (unencrypted_key != 0) {
|
||||||
printf("Key encryption for [%s] is going to be removed.\n", sk_file);
|
printf("Key encryption for [%s] is going to be removed.\n", sk_file);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue