#include <list>
#include <string>
-#include "common.h"
-#include "blowfish.h"
+#include "stg/blowfish.h"
#define STG_HEADER "SG04"
#define OK_HEADER "OKHD"
std::string server;
short unsigned port;
- char login[ADM_LOGIN_LEN];
- char password[ADM_PASSWD_LEN];
+ std::string login;
+ std::string password;
int outerSocket;
std::list<std::string> answerList;
RxCallback_t RxCallBack;