X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fclientauthhandler.h;h=4107cb60ead5506a0d4c6070c5d2c6c8f3996613;hb=HEAD;hp=701bd7e3661b585a37598f7c58adcb47c732cf7b;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/client/clientauthhandler.h b/src/client/clientauthhandler.h index 701bd7e3..4611e15c 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-2022 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);