From 998ff0e0ca53682b9d72edca8e5a0e9ba392850d Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 20 Feb 2018 19:35:26 +0800 Subject: add curve25519-sha256 without @libssh.org --- common-algo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common-algo.c') diff --git a/common-algo.c b/common-algo.c index 5bfe831..2f896ab 100644 --- a/common-algo.c +++ b/common-algo.c @@ -276,6 +276,7 @@ static const struct dropbear_kex kex_curve25519 = {DROPBEAR_KEX_CURVE25519, NULL algo_type sshkex[] = { #if DROPBEAR_CURVE25519 + {"curve25519-sha256", 0, &kex_curve25519, 1, NULL}, {"curve25519-sha256@libssh.org", 0, &kex_curve25519, 1, NULL}, #endif #if DROPBEAR_ECDH -- cgit v1.2.1