diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-08 16:19:54 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:15 +0100 |
commit | 69adeb5bf25b9938a0aff34718ece9d2be4f32ef (patch) | |
tree | 941300cdb29ae0459ae697eb2ab933d62effc5b3 /src/libcharon/sa/tasks/task.h | |
parent | c6d0098c1b8ae90579458987b9a901178c897640 (diff) | |
download | strongswan-69adeb5bf25b9938a0aff34718ece9d2be4f32ef.tar.bz2 strongswan-69adeb5bf25b9938a0aff34718ece9d2be4f32ef.tar.xz |
Replace xauth_request task with a new stub where we reimplement it
Diffstat (limited to 'src/libcharon/sa/tasks/task.h')
-rw-r--r-- | src/libcharon/sa/tasks/task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/sa/tasks/task.h b/src/libcharon/sa/tasks/task.h index 6fb8144ec..9a5cb7c53 100644 --- a/src/libcharon/sa/tasks/task.h +++ b/src/libcharon/sa/tasks/task.h @@ -71,6 +71,8 @@ enum task_type_t { TASK_CHILD_REKEY, /** IKEv1 main mode */ TASK_MAIN_MODE, + /** IKEv1 XAUTH authentication */ + TASK_XAUTH, /** IKEv1 quick mode */ TASK_QUICK_MODE, /** IKEv1 vendor ID payload handling */ @@ -81,8 +83,6 @@ enum task_type_t { TASK_IKE_CERT_PRE_V1, /** IKEv1 post-authentication certificate handling */ TASK_IKE_CERT_POST_V1, - /** Request the user/pass with XAUTH */ - TASK_XAUTH_REQUEST, }; /** |