X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcipher.cpp;h=9ea9c1302dd935dc61c95e80c902f4871c327c35;hp=15a986b25e2bd7f502a8f303af58a86d1330ab36;hb=c4917f44ac75393d56bc859f6da7d474cd5ec02b;hpb=11d63f3740fd49eb32b5f604c17452913f9ae3d5 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; }