Store timeouts as int, not u_int as they are limited to INT_MAX.
authormillert <millert@openbsd.org>
Mon, 5 Jun 2023 13:24:36 +0000 (13:24 +0000)
committermillert <millert@openbsd.org>
Mon, 5 Jun 2023 13:24:36 +0000 (13:24 +0000)
commit6320b13de9de1d5162b0cfd2319c6b3624dcd748
tree2ae21a61e3d9a7f71b1ded3157ef3efd50aa4f7a
parentc778c0d73570b51def4f061069af442165eb791e
Store timeouts as int, not u_int as they are limited to INT_MAX.
Fixes sign compare warnings systems with 32-bit time_t due to type
promotion.  OK djm@
usr.bin/ssh/channels.c
usr.bin/ssh/channels.h
usr.bin/ssh/servconf.c