]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Do shadow expiry calcs using "long long".
authorDarren Tucker <dtucker@dtucker.net>
Mon, 27 Feb 2023 06:28:59 +0000 (17:28 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 27 Feb 2023 06:28:59 +0000 (17:28 +1100)
commitb0fd60a9de62a03189ad57d0c07f0ac51dc00e95
treee1bf07665321126fe795445879f3586ff37101ef
parent01dbeb3084d714bbd001ff9d03b9de542e8cdf58
Do shadow expiry calcs using "long long".

Coverity flags these as potentially not 64bit time_t safe so use
long long for the calculations and debug output.  ok djm@
auth-shadow.c