summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/torture.c b/tests/torture.c
index 0b8eb3da..2ba5556c 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -514,6 +514,7 @@ static const char *torture_get_testkey_internal(enum ssh_keytypes_e type,
return torture_ecdsa256_testkey_pub;
}
return torture_ecdsa256_testkey;
+ case SSH_KEYTYPE_ED25519:
case SSH_KEYTYPE_RSA1:
case SSH_KEYTYPE_UNKNOWN:
return NULL;