]> git.stg.codes - stg.git/commitdiff
Removed unused functions.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 Jan 2015 17:34:21 +0000 (19:34 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 Jan 2015 17:34:21 +0000 (19:34 +0200)
stglibs/srvconf.lib/include/stg/netunit.h

index e288df86595e272e4aabcc6b597fe70b60459e5c..cfc120f82a0085f69c65d47e3c765b8369e86caa 100644 (file)
@@ -107,10 +107,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;
     short unsigned  port;
     std::string login;