remove SM_FLAG_RESTART
[mech_eap.orig] / util.h
diff --git a/util.h b/util.h
index 4936222..6a6b912 100644 (file)
--- a/util.h
+++ b/util.h
@@ -578,11 +578,10 @@ struct gss_eap_sm {
 
 /* state machine flags, set by handler */
 #define SM_FLAG_FORCE_SEND_TOKEN            0x00000001  /* send token even if no inner tokens */
-#define SM_FLAG_RESTART                     0x00000002  /* restart state machine */
-#define SM_FLAG_OUTPUT_TOKEN_CRITICAL       0x00000004  /* output token is critical */
+#define SM_FLAG_OUTPUT_TOKEN_CRITICAL       0x00000002  /* output token is critical */
 
 /* state machine flags, set by state machine */
-#define SM_FLAG_INPUT_TOKEN_CRITICAL        0x40000000  /* input token was critical */
+#define SM_FLAG_INPUT_TOKEN_CRITICAL        0x10000000  /* input token was critical */
 
 #define SM_ITOK_FLAG_REQUIRED               0x00000001  /* received tokens must be present */