add curve25519-sha256 without @libssh.org

This commit is contained in:
Matt Johnston 2018-02-20 19:35:26 +08:00
parent 67111efdad
commit 4058574cfa

View File

@ -276,6 +276,7 @@ static const struct dropbear_kex kex_curve25519 = {DROPBEAR_KEX_CURVE25519, NULL
algo_type sshkex[] = { algo_type sshkex[] = {
#if DROPBEAR_CURVE25519 #if DROPBEAR_CURVE25519
{"curve25519-sha256", 0, &kex_curve25519, 1, NULL},
{"curve25519-sha256@libssh.org", 0, &kex_curve25519, 1, NULL}, {"curve25519-sha256@libssh.org", 0, &kex_curve25519, 1, NULL},
#endif #endif
#if DROPBEAR_ECDH #if DROPBEAR_ECDH