From 33bd3d6cd935f93b6d2c8b89d11e32c5f540ea6c Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 11 Sep 2011 00:40:24 +0200 Subject: auth: Implement nonblocking ssh_auth_agent --- include/libssh/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index bb5bd51..b2d610d 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -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; -- cgit