aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/tasks/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/sa/tasks/task.h')
-rw-r--r--src/libcharon/sa/tasks/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/tasks/task.h b/src/libcharon/sa/tasks/task.h
index 0af8ea7ec..503377550 100644
--- a/src/libcharon/sa/tasks/task.h
+++ b/src/libcharon/sa/tasks/task.h
@@ -88,7 +88,7 @@ enum task_type_t {
/** IKEv1 NAT detection */
TASK_IKE_NATD_V1,
/** IKEv1 pre-authentication certificate handling */
- TASK_IKE_CERT_PRE_V1,
+ TASK_ISAKMP_CERT_PRE,
/** IKEv1 post-authentication certificate handling */
TASK_ISAKMP_CERT_POST,
};