diff options
author | Martin Willi <martin@revosec.ch> | 2011-11-24 11:39:31 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:30:52 +0100 |
commit | e174e0d4455e30a8d9a1900916a195f20588afdb (patch) | |
tree | 104f28bb73af56724f74fe4e7edf6edd9e06d839 /src/conftest/hooks/pretend_auth.c | |
parent | d08269c700d19bc362e6bd070abf69e87c42f025 (diff) | |
download | strongswan-e174e0d4455e30a8d9a1900916a195f20588afdb.tar.bz2 strongswan-e174e0d4455e30a8d9a1900916a195f20588afdb.tar.xz |
Added not-yet used sa_payload parameters used in IKEv1
Diffstat (limited to 'src/conftest/hooks/pretend_auth.c')
-rw-r--r-- | src/conftest/hooks/pretend_auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conftest/hooks/pretend_auth.c b/src/conftest/hooks/pretend_auth.c index 560864db5..b8f961403 100644 --- a/src/conftest/hooks/pretend_auth.c +++ b/src/conftest/hooks/pretend_auth.c @@ -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) { |