X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.h;h=b02c0c82063921a6add38e6238d5fc9b6ef10634;hp=4107cb60ead5506a0d4c6070c5d2c6c8f3996613;hb=1a5c1814a0c52f6f35e65c7033b2f896bf1188e3;hpb=df38a9238d603ec8d2040619befa50980d994916 diff --git a/src/client/clientauthhandler.h b/src/client/clientauthhandler.h index 4107cb60..b02c0c82 100644 --- a/src/client/clientauthhandler.h +++ b/src/client/clientauthhandler.h @@ -67,9 +67,7 @@ signals: void userAuthenticationRequired(CoreAccount* account, bool* valid, const QString& errorMessage = QString()); void handleNoSslInClient(bool* accepted); void handleNoSslInCore(bool* accepted); -#ifdef HAVE_SSL void handleSslErrors(const QSslSocket* socket, bool* accepted, bool* permanently); -#endif void encrypted(bool isEncrypted = true); void startCoreSetup(const QVariantList& backendInfo, const QVariantList& authenticatorInfo); @@ -98,10 +96,8 @@ private slots: void onSocketDisconnected() override; void onReadyRead(); -#ifdef HAVE_SSL void onSslSocketEncrypted(); void onSslErrors(); -#endif void onProtocolVersionMismatch(int actual, int expected);