Use proper enum types in proposal_substructure.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:07 +01:00
parent 52ac2cebe2
commit fd24c700fb
@@ -813,7 +813,7 @@ METHOD(proposal_substructure_t, get_lifetime, u_int32_t,
private_proposal_substructure_t *this)
{
transform_substructure_t *transform;
transform_attribute_type_t type;
ikev1_life_type_t type;
switch (this->protocol_id)
{
@@ -845,7 +845,7 @@ METHOD(proposal_substructure_t, get_lifebytes, u_int64_t,
private_proposal_substructure_t *this)
{
transform_substructure_t *transform;
transform_attribute_type_t type;
ikev1_life_type_t type;
switch (this->protocol_id)
{