X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=7bc0108b082896b810493dfe6f69a39dfd81fa9d;hb=3972e140226f32760bb2606650f93132c188b2dc;hp=a1d42f193da0718c241af916aeec6a7236cd146f;hpb=e0781eeb34db0aaa775bd3439c1c98103437f009;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index a1d42f19..7bc0108b 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -123,6 +123,7 @@ public slots: Cipher *cipher(const QString &recipient); QByteArray cipherKey(const QString &recipient) const; void setCipherKey(const QString &recipient, const QByteArray &key); + bool cipherUsesCBC(const QString &target); #endif void setAutoWhoEnabled(bool enabled);