X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcipher.h;h=2cd808608f0d641576ef7ea10d7f0143eb51ce8e;hp=e7f88b38dcb6b4609c9a7a8c7ba75a6bed522356;hb=3972e140226f32760bb2606650f93132c188b2dc;hpb=e0781eeb34db0aaa775bd3439c1c98103437f009 diff --git a/src/core/cipher.h b/src/core/cipher.h index e7f88b38..2cd80860 100644 --- a/src/core/cipher.h +++ b/src/core/cipher.h @@ -34,6 +34,7 @@ public: bool setType(const QString &type); QString type() { return m_type; } static bool neededFeaturesAvailable(); + inline bool usesCBC() { return m_cbc; } private: //direction is true for encrypt, false for decrypt