[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=14354a9

The following commit has been merged in the master branch:
commit 14354a928da7f6d8368a7b4acd75b75ebde64c07
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Aug 21 16:07:44 2014 +0200

    QSsl::TlsV1 is deprecated, needs to be QSsl::TlsV1_0
---
 tls-cert-verifier-op.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tls-cert-verifier-op.cpp b/tls-cert-verifier-op.cpp
index 9869a87..d319ddf 100644
--- a/tls-cert-verifier-op.cpp
+++ b/tls-cert-verifier-op.cpp
@@ -200,7 +200,7 @@ void TlsCertVerifierOp::showSslDialog(const QCA::CertificateChain &chain, const
     errorStr.chop(1);
 
     // No way to tell whether QSsl::TlsV1 or QSsl::TlsV1Ssl3
-    KSslCipher cipher = QSslCipher(QLatin1String("TLS"), QSsl::TlsV1);
+    KSslCipher cipher = QSslCipher(QLatin1String("TLS"), QSsl::TlsV1_0);
     QString sslCipher = cipher.encryptionMethod() + QLatin1Char('
');
     sslCipher += cipher.authenticationMethod() + QLatin1Char('
');
     sslCipher += cipher.keyExchangeMethod() + QLatin1Char('
');

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list