]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Cast time_t's in debug output to long long.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 27 Feb 2023 10:04:22 +0000 (21:04 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 27 Feb 2023 10:04:22 +0000 (21:04 +1100)
commitaa33b4d396abf47a2a45f982f28d054fb1dcb5c3
tree15f692796176462f2740ea5160418262e4f751d2
parentb0fd60a9de62a03189ad57d0c07f0ac51dc00e95
Cast time_t's in debug output to long long.

Should fix Coverity warning about truncation of 64bit time_t.
auth-shadow.c