]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a common function to add an algorithm to KEXINIT.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 30 May 2015 08:10:48 +0000 (09:10 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 30 May 2015 08:10:48 +0000 (09:10 +0100)
commitbe3f0868e0f67f9b277e2ff78103c36522829214
tree942a599acf389f8dc7a77a503498df9e6c9dca22
parentd21041f7f8846b16ff6d72ed696d6190627e19b4
Add a common function to add an algorithm to KEXINIT.

This allows for sharing a bit of code, and it also means that
deduplication of KEXINIT algorithms can be done while working out the
list of algorithms rather than when constructing the KEXINIT packet
itself.
ssh.c