X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.h;h=b02c0c82063921a6add38e6238d5fc9b6ef10634;hb=082cb8c8eb6db90cbb2166a0098874e76d5c6ad9;hp=701bd7e3661b585a37598f7c58adcb47c732cf7b;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/client/clientauthhandler.h b/src/client/clientauthhandler.h index 701bd7e3..b02c0c82 100644 --- a/src/client/clientauthhandler.h +++ b/src/client/clientauthhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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);