libssh port: required modifications for sftp

This patch allows to replace sftp packet read and write with
completely asynchronous versions needed to properly hook in existing
ssh_terminal implementation.

Issue #4258
This commit is contained in:
Tomasz Gajewski
2021-05-27 00:45:18 +02:00
committed by Norman Feske
parent e34d1550a4
commit f327a40bbb
4 changed files with 80 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ ssh_buffer_pass_bytes_end T
ssh_buffer_prepend_data T
ssh_buffer_reinit T
ssh_buffer_set_secure T
ssh_buffer_swap T
ssh_buffer_unpack_va T
ssh_buffer_validate_length T
ssh_channel_accept_forward T