Remove unused var

This commit is contained in:
Frank Denis 2023-01-16 22:42:27 +01:00
parent ee46615226
commit 444ef2dca9

View file

@ -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);