Fix the SSH2 key re-exchange bug. Session id != exchange hash,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 26 Jan 2001 18:50:13 +0000 (18:50 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 26 Jan 2001 18:50:13 +0000 (18:50 +0000)
commit5e0d7cb8ae28452ec8f23751a583d6477ec2fec0
tree04248b7020b787fb7842185936299ad628e072c4
parent7dbb9f565cd73e01515dadd6825c3cd0322b9783
Fix the SSH2 key re-exchange bug. Session id != exchange hash,
because the session id is the exchange hash from the _first_ key
exchange, so in subsequent key exchanges they're different.

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