X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcipher.cpp;h=88a4c506229bf76adff6ef7c968ba20b76bd3d2f;hp=fb6a69720668f7acd905e88e3989092046a91d8a;hb=46827e485df7665e31b3ed340da9c2eb4e27bce6;hpb=dce2be6d7f9af7dcc0133ee7f0f42e9ef47be568 diff --git a/src/core/cipher.cpp b/src/core/cipher.cpp index fb6a6972..88a4c506 100644 --- a/src/core/cipher.cpp +++ b/src/core/cipher.cpp @@ -56,7 +56,8 @@ bool Cipher::setKey(QByteArray key) // if(Preferences::self()->encryptionType()) // m_cbc = true; // else - m_cbc = false; +// default to CBC + m_cbc = true; m_key = key; } return true;