reset comment=NULL for each key in do_fingerprint(); fixes "no comment"
authordjm <djm@openbsd.org>
Tue, 20 Jun 2023 00:05:09 +0000 (00:05 +0000)
committerdjm <djm@openbsd.org>
Tue, 20 Jun 2023 00:05:09 +0000 (00:05 +0000)
commit5daecefe265a3d7b50736f8a072c606364d12d71
treef871451536605b7f6dc464c2082bd8fecda0be74
parent6c9803de853101181c034819296f715208de32b1
reset comment=NULL for each key in do_fingerprint(); fixes "no comment"
not showing on when running `ssh-keygen -l` on multiple keys where one
has a comment and other following keys do not. Patch from Markus Kuhn
via GHPR407, bz3580
usr.bin/ssh/ssh-keygen.c