Separate out the code for creating and sending SSH version strings so that in
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 19 Jul 2007 23:53:02 +0000 (23:53 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 19 Jul 2007 23:53:02 +0000 (23:53 +0000)
commit1fcd0d9872f2f90f63ca164e9f0661096db056cf
treeb77b2079599a0ae5bdff1ada3f3e6aa7672ccc72
parent7191edf4885aa1a4fad92c9e757fa00be312dcb7
Separate out the code for creating and sending SSH version strings so that in
the SSH-2-only case, we can send it as soon as we connect rather than waiting
for the server's one.  Unfortunately, actually doing so will take a little
more effort -- there are subtleties to do with having a working log context
at the right moment that need to be sorted out.

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