Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 16, 2023
1 parent ee46615 commit 444ef2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/minisign.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 444ef2d

Please sign in to comment.