CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/09 00:11:05
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
Re-split the merge of the reorder-hostkeys test.
In the kex_proposal_populate_entries change I merged the the check for
reordering hostkeys with the actual reordering, but kex_assemble_names
mutates options.hostkeyalgorithms which renders the check ineffective.
Put the check back where it was. Spotted and tested by jsg@, ok djm@
