aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index dd13e700..900de0f9 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -43,6 +43,12 @@ enum ssh_session_state_e {
SSH_SESSION_STATE_ERROR
};
+enum ssh_dh_state_e {
+ DH_STATE_INIT,
+ DH_STATE_INIT_SENT,
+ DH_STATE_NEWKEYS_SENT,
+ DH_STATE_FINISHED
+};
struct ssh_session_struct {
struct error_struct error;