Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 21 Nov 2001 22:06:53 +0000 (22:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 21 Nov 2001 22:06:53 +0000 (22:06 +0000)
commit8406eaf9d5803bf5d5896220134de398aec6fb56
tree551f79a3b8d7b8c7e7709f85f5ed818158d74f50
parent78139cd8c34cff7d71f9aead284b2ce4f95f78dd
Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than
after. Shouldn't make a difference for any server that previously
worked, but we should now interoperate sensibly with servers that
wait to receive our NEWKEYS before sending their own. Apparently
Unisphere produce one such.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1390 cda61777-01e9-0310-a592-d414129be87e
ssh.c