vici: CHILD_SA proposals never contain a PRF

This commit is contained in:
Tobias Brunner
2015-12-21 12:14:12 +01:00
parent 67cd3fdce7
commit ade20d06c6
-5
View File
@@ -134,11 +134,6 @@ static void list_child(private_vici_query_t *this, vici_builder_t *b,
b->add_kv(b, "integ-keysize", "%u", ks);
}
}
if (proposal->get_algorithm(proposal, PSEUDO_RANDOM_FUNCTION,
&alg, NULL))
{
b->add_kv(b, "prf-alg", "%N", pseudo_random_function_names, alg);
}
if (proposal->get_algorithm(proposal, DIFFIE_HELLMAN_GROUP,
&alg, NULL))
{