1
0

Fixed connection encryption.

Fixes #975.
This commit is contained in:
madmaxoft 2014-05-03 23:46:04 +02:00
parent 4377a5c31e
commit eaf3dcb9f7

View File

@ -238,7 +238,7 @@ protected:
bool m_IsEncrypted;
cAesCfb128Decryptor m_Decryptor;
cAesCfb128Decryptor m_Encryptor;
cAesCfb128Encryptor m_Encryptor;
/** The logfile where the comm is logged, when g_ShouldLogComm is true */
cFile m_CommLogFile;