CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/17 16:26:11
Modified files:
usr.bin/ssh : ssh.c sshconnect.h
Log message:
refactor client percent_expand() argument passing; consolidate the
common arguments into a single struct and pass that around instead
of using a bunch of globals. ok markus@
