fix parsing of hex cert expiry time; was checking whether the
authordjm <djm@openbsd.org>
Mon, 7 Nov 2022 04:04:40 +0000 (04:04 +0000)
committerdjm <djm@openbsd.org>
Mon, 7 Nov 2022 04:04:40 +0000 (04:04 +0000)
commit00c42846561d38c67797daf2796e70f4ff1994a7
tree86ad0afb2cc65b613d7f225e35ead56f347ec2ce
parent5c6e572844be5f2133e3d6e953f035ae97be15f7
fix parsing of hex cert expiry time; was checking whether the
start time began with "0x", not the expiry time.

from Ed Maste
usr.bin/ssh/ssh-keygen.c