Mercurial > dropbear
changeset 1527:049b28f4be4a
add curve25519-sha256 without @libssh.org
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 20 Feb 2018 19:35:26 +0800 |
parents | 36ab6b091ad3 |
children | fa733a314bee |
files | common-algo.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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}, {"[email protected]", 0, &kex_curve25519, 1, NULL}, #endif #if DROPBEAR_ECDH