From 8c20634809672da7272dd1c9aad2c2141d8f3e35 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 26 May 2008 00:50:20 +0000 Subject: Make 'ssh-vulnkey -v' output each file name it examines (thanks, Hugh Daniel). --- ssh-vulnkey.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssh-vulnkey.c') diff --git a/ssh-vulnkey.c b/ssh-vulnkey.c index cade7b08a..3ffc3fa0c 100644 --- a/ssh-vulnkey.c +++ b/ssh-vulnkey.c @@ -154,6 +154,8 @@ do_filename(const char *filename, int quiet_open) perror(filename); return -1; } + if (verbosity > 0) + printf("# %s\n", filename); } else f = stdin; while (read_keyfile_line(f, filename, line, sizeof(line), -- cgit v1.2.3