Prevent continuing of an already finished FSM.
[silc.git] / lib / silcske / silcske_i.h
index 4473284b70d7362b0d903c69cbb384ee8ce88212..572b0837fbc368f0aa3f1f8162546b7fef627de0 100644 (file)
@@ -94,6 +94,7 @@ struct SilcSKEStruct {
   unsigned int responder        : 1;         /* Set when we are responder side */
   unsigned int rekeying         : 1;         /* Set when rekeying */
   unsigned int failure_notified : 1;         /* Set to indicate that we already called the failure notify routine */
+  unsigned int fsm_finished     : 1;         /* Set when we're in FSM teardown */
 };
 
 #endif /* SILCSKE_I_H */