# HG changeset patch # User Matt Johnston # Date 1519126526 -28800 # Node ID 049b28f4be4a0fbf39059b25712245c20c4bdbea # Parent 36ab6b091ad3b094469c4a488a1b6424b0e845f4 add curve25519-sha256 without @libssh.org diff -r 36ab6b091ad3 -r 049b28f4be4a common-algo.c --- a/common-algo.c Sat Feb 17 19:41:44 2018 +0800 +++ b/common-algo.c Tue Feb 20 19:35:26 2018 +0800 @@ -276,6 +276,7 @@ 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