Subj : src/ssh/deucessh.h ssh-trans.c ssh.c To : Git commit to main/sbbs/master From : Deucе Date : Thu Dec 12 2024 10:05 am https://gitlab.synchro.net/main/sbbs/-/commit/2ae025dc39b76cfa7f7bcaaa Modified Files: src/ssh/deucessh.h ssh-trans.c ssh.c Log Message: Move the transport state into the session struct. This avoids another allocation/free requirement. .