Added not-yet used sa_payload parameters used in IKEv1
This commit is contained in:
@@ -295,8 +295,7 @@ static void process_auth_response(private_pretend_auth_t *this,
|
||||
if (this->proposal)
|
||||
{
|
||||
message->add_payload(message, (payload_t*)
|
||||
sa_payload_create_from_proposal(SECURITY_ASSOCIATION,
|
||||
this->proposal));
|
||||
sa_payload_create_from_proposal_v2(this->proposal));
|
||||
}
|
||||
if (this->tsi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user