CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/16 11:31:27
Modified files:
usr.bin/ssh : misc.c
Log message:
Use >= instead of > for max comparison so that the expression is not
always false. Should fix CIDs 913601 and 913602.
