From 90f4f13ef5d9a90a06e1ba9243f18c3b98977655 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 18 Jan 2015 19:34:21 +0200 Subject: [PATCH] Removed unused functions. --- stglibs/srvconf.lib/include/stg/netunit.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stglibs/srvconf.lib/include/stg/netunit.h b/stglibs/srvconf.lib/include/stg/netunit.h index e288df86..cfc120f8 100644 --- a/stglibs/srvconf.lib/include/stg/netunit.h +++ b/stglibs/srvconf.lib/include/stg/netunit.h @@ -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; -- 2.43.2