Make limit for time_t test unconditional in the format_absolute_time
authordtucker <dtucker@openbsd.org>
Mon, 12 Jul 2021 06:22:57 +0000 (06:22 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 12 Jul 2021 06:22:57 +0000 (06:22 +0000)
commitf12770d1a7c4225248ed09f14d64a7a558fdadc7
tree968084af8b2bc439268abd7aa1a55513f28f6dc8
parent8bf4cf37ff10570e9cc53a92325c030556d45232
Make limit for time_t test unconditional in the format_absolute_time
fix for bz#3329 that allows printing of timestamps past INT_MAX.
This was incorrectly included with the previous commit.   Based on
discussion with djm@.
usr.bin/ssh/misc.c