CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/01/27 03:05:28
Modified files: usr.bin/ssh : auth2-gss.c auth2-hostbased.c auth2-pubkey.c auth2.c clientloop.c gss-genr.c kex.c kex.h monitor.c packet.c serverloop.c ssh-gss.h ssh_api.c sshconnect2.c sshd.c Log message: make ssh->kex->session_id a sshbuf instead of u_char*/size_t and use that instead of global variables containing copies of it. feedback/ok markus@