Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-13 15:05:04 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-13 16:45:32 +0300
commit6c08556fb51427db69864db77e3fb1b69d736edb (patch)
treef3fc15dee0f4dcd1f18696d470b518bef481f508 /src/libsync
parent06ac999a655dadb07b721890add4ee764632d416 (diff)
Remove the ssl button
With the reworked TLS handlign the button stopped working
Diffstat (limited to 'src/libsync')
-rw-r--r--src/libsync/account.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libsync/account.h b/src/libsync/account.h
index 28e97dc0f..55534f9e6 100644
--- a/src/libsync/account.h
+++ b/src/libsync/account.h
@@ -145,12 +145,6 @@ public:
QNetworkRequest req = QNetworkRequest(),
QIODevice *data = nullptr);
- // Because of bugs in Qt, we use this to store info needed for the SSL Button
- QSslCipher _sessionCipher;
- QByteArray _sessionTicket;
- QSet<QSslCertificate> _peerCertificateChain;
-
-
/** The certificates of the account */
QSet<QSslCertificate> approvedCerts() const { return _approvedCerts; }