mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
auth: Implement nonblocking ssh_auth_agent
This commit is contained in:
@@ -117,6 +117,7 @@ struct ssh_session_struct {
|
||||
enum ssh_auth_service_state_e auth_service_state;
|
||||
enum ssh_auth_state_e auth_state;
|
||||
enum ssh_channel_request_state_e global_req_state;
|
||||
struct ssh_agent_state_struct *agent_state;
|
||||
|
||||
KEX server_kex;
|
||||
KEX client_kex;
|
||||
|
||||
Reference in New Issue
Block a user