]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - scripts/dh_speed.c
dh-speed: Add curve448 keyword
[thirdparty/strongswan.git] / scripts / dh_speed.c
index f2f98d7af459c0ceb5a2fc5ae12f4c11b974fee7..235772fafa3aabd30180ae297c40a3a2520b875b 100644 (file)
@@ -47,6 +47,7 @@ struct {
        {"ecp192",                      ECP_192_BIT},
        {"ecp224",                      ECP_224_BIT},
        {"curve25519",          CURVE_25519},
+       {"curve448",            CURVE_448},
 };
 
 static void start_timing(struct timespec *start)