diff options
-rw-r--r-- | ssh-vulnkey.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh-vulnkey.c b/ssh-vulnkey.c index cd4d3ce76..9b64953b6 100644 --- a/ssh-vulnkey.c +++ b/ssh-vulnkey.c | |||
@@ -95,7 +95,6 @@ do_key(const char *filename, u_long linenum, | |||
95 | const Key *key, const char *comment) | 95 | const Key *key, const char *comment) |
96 | { | 96 | { |
97 | Key *public; | 97 | Key *public; |
98 | struct stat st; | ||
99 | int blacklist_status; | 98 | int blacklist_status; |
100 | int ret = 1; | 99 | int ret = 1; |
101 | 100 | ||