aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/task_manager.h
diff options
context:
space:
mode:
authorClavister OpenSource <opensource@clavister.com>2011-11-25 08:41:41 +0100
committerClavister OpenSource <opensource@clavister.com>2012-03-20 17:31:07 +0100
commite63cb7f816f986231e225a4e77400aaf9adb95fa (patch)
tree2d1221017cdccc6d9aad6d28098a1a918018fb1d /src/libcharon/sa/task_manager.h
parent2c49c5318671988e110e5d234fbed1855717f00f (diff)
downloadstrongswan-e63cb7f816f986231e225a4e77400aaf9adb95fa.tar.bz2
strongswan-e63cb7f816f986231e225a4e77400aaf9adb95fa.tar.xz
Revert "IKEv1 XAuth: Temporarilty add an "initiate_later" flag to the task manager. When set to TRUE it will cause "initiate" to be called when the current process_response call is finished. This change should be reverted once we have a better method in place."
This reverts commit c6c28f4ac522dd8afb457847bca79eee77f78706. Revert "IKEv1 XAuth: Added temporary "initiate_xauth" public method to ike_sa_t. This allows us to initiate an XAuth password authentication exchange after responding to the final message of Main Mode. This change should be reverted once we have a better method to initiate this exchange." This reverts commit 5529dc50477e25df9dd5f3c442bb1521c0baf225.
Diffstat (limited to 'src/libcharon/sa/task_manager.h')
-rw-r--r--src/libcharon/sa/task_manager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcharon/sa/task_manager.h b/src/libcharon/sa/task_manager.h
index f0a1921c0..42a04fb64 100644
--- a/src/libcharon/sa/task_manager.h
+++ b/src/libcharon/sa/task_manager.h
@@ -192,11 +192,6 @@ struct task_manager_t {
* Destroy the task_manager_t.
*/
void (*destroy) (task_manager_t *this);
-
- /**
- * Signals the task manager to initiate immediately after completing a response
- */
- void (*initiate_later) (task_manager_t *this);
};
/**