summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-05-16 23:50:25 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-17 16:36:49 +0800
commit0e51443aed981f82dc7c07466b7be64c167e26b0 (patch)
tree6824a6474414643f93971dfa0fa0f5bf80c85795
parentfa716784c36827b2886621834becc2b994198d91 (diff)
downloadfqterm-0e51443aed981f82dc7c07466b7be64c167e26b0.tar.xz
fqterm_ssh2_kex.cpp: remove unused headers
-rw-r--r--src/protocol/internal/fqterm_ssh2_kex.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/internal/fqterm_ssh2_kex.cpp b/src/protocol/internal/fqterm_ssh2_kex.cpp
index d1c6b7d..c2d7c28 100644
--- a/src/protocol/internal/fqterm_ssh2_kex.cpp
+++ b/src/protocol/internal/fqterm_ssh2_kex.cpp
@@ -19,16 +19,9 @@
***************************************************************************/
#include <vector>
-#include <string>
-#include <openssl/bn.h>
-#include <openssl/sha.h>
-#include <openssl/des.h>
-#include <openssl/objects.h>
-#include <openssl/evp.h>
#include "fqterm_ssh2_kex.h"
#include "fqterm_trace.h"
-#include "ssh_pubkey_crypto.h"
#include "ssh_cipher.h"
#include "ssh_rsa.h"