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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/internal/fqterm_ssh2_kex.h b/src/protocol/internal/fqterm_ssh2_kex.h
index 671e094..23beba2 100644
--- a/src/protocol/internal/fqterm_ssh2_kex.h
+++ b/src/protocol/internal/fqterm_ssh2_kex.h
@@ -73,8 +73,8 @@ private:
bool is_first_kex_;
- FQTermSSHRSA *host_key_;
- FQTermSSHRSA *server_key_;
+ ssh_pubkey_t *host_key_;
+ ssh_pubkey_t *server_key_;
u_char cookie_[16];
int server_flag_, ciphers_, auth_;