]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/netunit.h
[NY Flight] Use common encryption/decryption functions.
[stg.git] / stglibs / srvconf.lib / include / stg / netunit.h
index 332670d6ef8121ba6a6ec5276bcf245f6835ec8f..cc5eac273d16ce86e53fb1c3e57c85792f3d5240 100644 (file)
@@ -102,10 +102,6 @@ private:
     int     TxData(char * data);
     int     RxDataAnswer();
 
-    void Encrypt(char * d, const char * s, BLOWFISH_CTX *ctx);
-    void EnDecryptInit(const char * passwd, int passwdLen, BLOWFISH_CTX *ctx);
-    void Decrypt(char * d, const char * s, BLOWFISH_CTX *ctx);
-
     std::string server;
     uint16_t  port;
     std::string login;