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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 1a069017..5421056f 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -157,7 +157,7 @@ struct ssh_session_struct {
/* keyb interactive data */
struct ssh_kbdint_struct *kbdint;
struct ssh_gssapi_struct *gssapi;
- int version; /* 1 or 2 */
+
/* server host keys */
struct {
ssh_key rsa_key;
@@ -198,8 +198,6 @@ struct ssh_session_struct {
unsigned int port;
socket_t fd;
int StrictHostKeyChecking;
- int ssh2;
- int ssh1;
char compressionlevel;
char *gss_server_identity;
char *gss_client_identity;