diff options
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r-- | src/pluto/constants.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h index bbacd2f50..080953c8c 100644 --- a/src/pluto/constants.h +++ b/src/pluto/constants.h @@ -508,8 +508,11 @@ enum state_kind { /* XAUTH states */ - STATE_XAUTH_R0, /* server state: sent request, awaiting reply */ - STATE_XAUTH_R1, /* server state: sent success/fail, awaiting reply */ + STATE_XAUTH_R0, /* responder states (server) */ + STATE_XAUTH_R1, + + STATE_XAUTH_I1, /* initiator states (client) */ + STATE_XAUTH_I2, /* Mode Config states */ |