CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/02 19:37:58
Modified files:
usr.bin/ssh : clientloop.c misc.c misc.h
Log message:
Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX for
this, so move from misc.c to misc.h so it's available. Fixes a Coverity
warning for 64bit time_t safety, ok djm@
