Re-enable static inclusion of PSK auth method into IKEv1 proposal

This commit is contained in:
Martin Willi 2011-11-18 09:16:54 +01:00
parent cf6cd5aa4b
commit 72b3146092
1 changed files with 2 additions and 2 deletions

View File

@ -780,10 +780,10 @@ static void set_from_proposal_v1_ike(private_proposal_substructure_t *this,
}
enumerator->destroy(enumerator);
/* TODO-IKEv1: Add lifetime, non-fixed auth-method and other attributes
/* TODO-IKEv1: Add lifetime, non-fixed auth-method and other attributes */
transform->add_transform_attribute(transform,
transform_attribute_create_value(TRANSFORM_ATTRIBUTE_V1,
TATTR_PH1_AUTH_METHOD, IKEV1_AUTH_PSK));*/
TATTR_PH1_AUTH_METHOD, IKEV1_AUTH_PSK));
add_transform_substructure(this, transform);
}