correct kex name in disabled code

This commit is contained in:
Damien Miller 2021-01-28 08:57:31 +11:00
parent 67f47f1965
commit 1134a48cdc
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ int main(void)
struct test_state *ts;
const int keytypes[] = { KEY_RSA, KEY_DSA, KEY_ECDSA, KEY_ED25519, -1 };
const char *kextypes[] = {
"sntrup4591761x25519-sha512@tinyssh.org",
"sntrup761x25519-sha512@openssh.com",
"curve25519-sha256@libssh.org",
"ecdh-sha2-nistp256",
"diffie-hellman-group1-sha1",