mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
12 lines
381 B
Diff
12 lines
381 B
Diff
|
--- a/kio/kio/tcpslavebase.cpp
|
||
|
+++ b/kio/kio/tcpslavebase.cpp
|
||
|
@@ -499,7 +499,7 @@
|
||
|
{
|
||
|
if (d->usingSSL)
|
||
|
return false;
|
||
|
- return d->startTLSInternal(KTcpSocket::TlsV1) & ResultOk;
|
||
|
+ return d->startTLSInternal(KTcpSocket::SecureProtocols) & ResultOk;
|
||
|
}
|
||
|
|
||
|
TCPSlaveBase::SslResult TCPSlaveBase::TcpSlaveBasePrivate::startTLSInternal (KTcpSocket::SslVersion version,
|