summaryrefslogtreecommitdiff
path: root/src/protocol/internal/fqterm_ssh_kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/internal/fqterm_ssh_kex.h')
-rw-r--r--src/protocol/internal/fqterm_ssh_kex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol/internal/fqterm_ssh_kex.h b/src/protocol/internal/fqterm_ssh_kex.h
index b2f9c56..f84c0d5 100644
--- a/src/protocol/internal/fqterm_ssh_kex.h
+++ b/src/protocol/internal/fqterm_ssh_kex.h
@@ -25,9 +25,9 @@
#include <QObject>
#include "fqterm_ssh_types.h"
-#include "fqterm_ssh_rsa.h"
#include "fqterm_ssh_packet.h"
#include "fqterm_ssh_const.h"
+#include "ssh_pubkey_crypto.h"
namespace FQTerm {
@@ -75,8 +75,8 @@ private:
bool is_first_kex_;
- FQTermSSHRSA *host_key_;
- FQTermSSHRSA *server_key_;
+ struct ssh_pubkey_t *host_key_;
+ struct ssh_pubkey_t *server_key_;
u_char cookie_[8];
int server_flag_, ciphers_, auth_;