summaryrefslogtreecommitdiff
path: root/src/protocol/internal/fqterm_ssh2_kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/internal/fqterm_ssh2_kex.h')
-rw-r--r--src/protocol/internal/fqterm_ssh2_kex.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/protocol/internal/fqterm_ssh2_kex.h b/src/protocol/internal/fqterm_ssh2_kex.h
index 59e3330..0a09cc1 100644
--- a/src/protocol/internal/fqterm_ssh2_kex.h
+++ b/src/protocol/internal/fqterm_ssh2_kex.h
@@ -68,9 +68,6 @@ private:
unsigned char *session_id_;
-
-
-
bool is_first_kex_;
ssh_pubkey_t *host_key_;
@@ -80,8 +77,8 @@ private:
int server_flag_, ciphers_, auth_;
// u_char session_id_[16];
u_char session_key_[32];
-
- void negotiateAlgorithms();
+
+ bool negotiateAlgorithms();
void exchangeKey();
bool verifyKey();
void sendNewKeys();