]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: all state related to the ssh connection should live in github-selfhosted/master github/master
authordjm@openbsd.org <djm@openbsd.org>
Wed, 6 Aug 2025 23:44:09 +0000 (23:44 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 6 Aug 2025 23:45:02 +0000 (09:45 +1000)
commit2ebc6384258b58ace0ad2adb2593744f62749235
tree97f543b1319cd3cf4a8bdc25b92520540f9a1ae5
parent60b909fb110f77c1ffd15cceb5d09b8e3f79b27e
upstream: 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

OpenBSD-Commit-ID: bd6737168bf61a836ffbdc99ee4803468db90a53
packet.c