diff --git a/ssh-keygen.c b/ssh-keygen.c index 06e3263..404aee8 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -1468,7 +1468,7 @@ do_change_comment(struct passwd *pw) struct sshkey *public; struct stat st; FILE *f; - int r, fd; + int r; if (!have_identity) ask_filename(pw, "Enter file in which the key is");