diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-13 10:22:49 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:19 +0100 |
commit | 10e18713f17f3528667c7124d17174e55a1137c9 (patch) | |
tree | 6d428ec433c44332321b45b9d7f63478ec77d4ed /src/libcharon/sa/task_manager_v1.c | |
parent | 46505067c761072c1567a134814c9d7852d066b3 (diff) | |
download | strongswan-10e18713f17f3528667c7124d17174e55a1137c9.tar.bz2 strongswan-10e18713f17f3528667c7124d17174e55a1137c9.tar.xz |
Handle DELETE as responder as INFORMATIONAL subtask
Diffstat (limited to 'src/libcharon/sa/task_manager_v1.c')
-rwxr-xr-x | src/libcharon/sa/task_manager_v1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcharon/sa/task_manager_v1.c b/src/libcharon/sa/task_manager_v1.c index 89c664c8f..f9df2564e 100755 --- a/src/libcharon/sa/task_manager_v1.c +++ b/src/libcharon/sa/task_manager_v1.c @@ -19,7 +19,6 @@ #include <math.h> #include <daemon.h> -#include <sa/tasks/child_delete.h> #include <sa/tasks/main_mode.h> #include <sa/tasks/quick_mode.h> #include <sa/tasks/xauth.h> @@ -29,7 +28,6 @@ #include <sa/tasks/ike_vendor_v1.h> #include <sa/tasks/ike_cert_pre_v1.h> #include <sa/tasks/ike_cert_post_v1.h> -#include <encoding/payloads/delete_payload.h> #include <processing/jobs/retransmit_job.h> #include <processing/jobs/delete_ike_sa_job.h> |