Add state comments

This commit is contained in:
Victor 2019-07-10 23:49:08 +01:00
commit 835a8a3b03

View file

@ -27,8 +27,11 @@
#include "string.h" #include "string.h"
#include "BigBuf.h" #include "BigBuf.h"
// Successful crypto auth
static bool bCrypto; static bool bCrypto;
// Is in auth stage
static bool bAuthenticating; static bool bAuthenticating;
// Successful password auth
static bool bPwd; static bool bPwd;
static bool bSuccessful; static bool bSuccessful;