CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/21 17:45:32
Modified files:
usr.bin/ssh : channels.c
Log message:
Use sshbuf_read() to read directly into the channel input buffer
rather than into a stack buffer that needs to be copied again;
Improves performance by about 1% on cipher-speed.sh
feedback dtucker@ ok markus@
