[Pkg-owncloud-commits] [owncloud-client] 36/120: Fix Qt4 build (SSL sessionTicket())

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 3b59960fb3303c816a8f3edf537d03664dad5abf
Author: Markus Goetz <markus at woboq.com>
Date:   Tue Aug 11 13:53:21 2015 +0200

    Fix Qt4 build (SSL sessionTicket())
---
 src/libsync/networkjobs.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp
index c0c684e..e3f780a 100644
--- a/src/libsync/networkjobs.cpp
+++ b/src/libsync/networkjobs.cpp
@@ -401,9 +401,11 @@ static void mergeSslConfigurationForSslButton(const QSslConfiguration &config, A
     if (!config.sessionCipher().isNull()) {
         account->_sessionCipher = config.sessionCipher();
     }
+#if QT_VERSION > QT_VERSION_CHECK(5, 2, 0)
     if (config.sessionTicket().length() > 0) {
         account->_sessionTicket = config.sessionTicket();
     }
+#endif
 }
 
 void CheckServerJob::encryptedSlot()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list