added XAUTH client states

This commit is contained in:
Andreas Steffen
2006-12-15 10:35:14 +00:00
parent a047a479f1
commit abff42f8bf
2 changed files with 9 additions and 2 deletions
+5 -2
View File
@@ -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 */