]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Put handling of incoming data on agent channels into its own function.
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 22 Apr 2016 22:00:46 +0000 (23:00 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 22 Apr 2016 22:45:17 +0000 (23:45 +0100)
commit5347f9e69c8a18588966540f5cb4bcce4e5fe777
tree0e8db66a612c3ed9803d2c14ed329653a0c5a150
parentb22c0b6f3e6f5254270a89f86df3edfc4da829d2
Put handling of incoming data on agent channels into its own function.

This function can be shared between SSH-1 and SSH-2, and makes the
per-protocol data-handling functions more generic.
ssh.c