summaryrefslogtreecommitdiffhomepage
path: root/common-algo.c
diff options
context:
space:
mode:
Diffstat (limited to 'common-algo.c')
-rw-r--r--common-algo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common-algo.c b/common-algo.c
index 4a14651..91d27b2 100644
--- a/common-algo.c
+++ b/common-algo.c
@@ -213,6 +213,7 @@ algo_type sshhostkey[] = {
};
algo_type sshkex[] = {
+// {"ecdh-sha2-secp256r1", DROPBEAR_KEX_ECDH_SECP256R1, NULL, 1, NULL},
{"diffie-hellman-group1-sha1", DROPBEAR_KEX_DH_GROUP1, NULL, 1, NULL},
{"diffie-hellman-group14-sha1", DROPBEAR_KEX_DH_GROUP14, NULL, 1, NULL},
{NULL, 0, NULL, 0, NULL}