diff options
Diffstat (limited to 'src/libcharon/sa/ikev2/tasks/ike_reauth.h')
-rw-r--r-- | src/libcharon/sa/ikev2/tasks/ike_reauth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcharon/sa/ikev2/tasks/ike_reauth.h b/src/libcharon/sa/ikev2/tasks/ike_reauth.h index 781b463a7..e2e48f0d4 100644 --- a/src/libcharon/sa/ikev2/tasks/ike_reauth.h +++ b/src/libcharon/sa/ikev2/tasks/ike_reauth.h @@ -29,6 +29,8 @@ typedef struct ike_reauth_t ike_reauth_t; /** * Task of type ike_reauth, reestablishes an IKE_SA. + * + * This task implements break-before-make reauthentication. */ struct ike_reauth_t { |