From ac41a083efd64d94dfb15845c6c25ba5667ba8b8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 17 Sep 2011 00:17:45 +0200 Subject: kex: moved KEX structures to ssh_crypto_struct --- include/libssh/session.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index ac2ca76e..fd83ed0d 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -27,7 +27,6 @@ #include "libssh/auth.h" #include "libssh/channels.h" #include "libssh/poll.h" -#include "libssh/kex.h" /* These are the different states a SSH session can be into its life */ enum ssh_session_state_e { @@ -123,11 +122,6 @@ struct ssh_session_struct { struct ssh_agent_state_struct *agent_state; struct ssh_auth_auto_state_struct *auth_auto_state; - /* kex sent by server, client, and mutually elected methods */ - KEX server_kex; - KEX client_kex; - char *kex_methods[SSH_KEX_METHODS]; - ssh_buffer in_hashbuf; ssh_buffer out_hashbuf; struct ssh_crypto_struct *current_crypto; -- cgit v1.2.3