X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcipher.cpp;h=9ea9c1302dd935dc61c95e80c902f4871c327c35;hb=5745311bc102bf2361cee0f3a5c4d442a05ac64e;hp=15a986b25e2bd7f502a8f303af58a86d1330ab36;hpb=4c80eeb2d07b5ca75fd399b51c939961fdff1670;p=quassel.git diff --git a/src/core/cipher.cpp b/src/core/cipher.cpp index 15a986b2..9ea9c130 100644 --- a/src/core/cipher.cpp +++ b/src/core/cipher.cpp @@ -473,6 +473,5 @@ bool Cipher::neededFeaturesAvailable() if (QCA::isSupported("blowfish-ecb") && QCA::isSupported("blowfish-cbc") && QCA::isSupported("dh")) return true; - qWarning() << "QCA provider plugin not found. It is usually provided by the qca-ossl plugin."; return false; }