geri pataisymai. Ieskoti bugu reikia per otlcient

This commit is contained in:
ErikasKontenis
2019-11-10 23:18:18 +02:00
parent 3d05566759
commit ba1409dbe6
10 changed files with 10 additions and 70 deletions

View File

@@ -75,9 +75,6 @@ protected:
void setXTEAKey(xtea::key key) {
this->key = std::move(key);
}
void disableChecksum() {
checksumEnabled = false;
}
static bool RSA_decrypt(NetworkMessage& msg);
@@ -98,7 +95,6 @@ private:
const ConnectionWeak_ptr connection;
xtea::key key;
bool encryptionEnabled = false;
bool checksumEnabled = true;
bool rawMessages = false;
};