From e7b74c57f30c097f78c42dde0726825941b906a2 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 25 Jan 2010 23:23:01 +0100 Subject: Hacked SSH1 to get past authentication Also resolved some bugs that may impact 0.4. need to check --- include/libssh/session.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/session.h b/include/libssh/session.h index c3018226..582049aa 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -40,7 +40,8 @@ enum ssh_session_state_e { SSH_SESSION_STATE_DH, SSH_SESSION_STATE_AUTHENTICATING, SSH_SESSION_STATE_AUTHENTICATED, - SSH_SESSION_STATE_ERROR + SSH_SESSION_STATE_ERROR, + SSH_SESSION_STATE_DISCONNECTED }; enum ssh_dh_state_e { -- cgit