CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/06 17:44:09
Modified files:
usr.bin/ssh : packet.c
Log message:
all state related to the ssh connection should live in struct ssh
or struct packet_state; one static int escaped this rule, so move
it to struct packet_state now.
ok millert tb
