]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Separate out the code for creating and sending SSH version strings so that in
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 19 Jul 2007 23:53:02 +0000 (23:53 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 19 Jul 2007 23:53:02 +0000 (23:53 +0000)
commit613af62ade1179efd93db4b0f812c311bc36e1b2
treeb77b2079599a0ae5bdff1ada3f3e6aa7672ccc72
parentfd349607f74cae620f8b6ff974dc5e72e7268873
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: http://svn.tartarus.org/sgt/putty@7645 cda61777-01e9-0310-a592-d414129be87e
ssh.c