summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2021-01-29 10:59:08 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2021-02-01 20:25:59 +0100
commit5caf4b074edebf429e5d39205de190a99b1b3bc2 (patch)
treeae27208da2b96360a8d2939a68a73c8df56799de /src/network/ssl
parentfddc0b34dfa7fae74aca43534642a40ea1e30381 (diff)
Schannel - fix a compilation error
While rebasing and resolving conflicts, I've acidentally removed a declaration of supportsTls13() making a call expression invalid. Change-Id: If561091db36f0354b61fa050ff9f72b29eddce53 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network/ssl')
-rw-r--r--src/network/ssl/qsslsocket_schannel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/ssl/qsslsocket_schannel.cpp b/src/network/ssl/qsslsocket_schannel.cpp
index 91dea3e81c..eb5c752bed 100644
--- a/src/network/ssl/qsslsocket_schannel.cpp
+++ b/src/network/ssl/qsslsocket_schannel.cpp
@@ -160,6 +160,7 @@ QT_BEGIN_NAMESPACE
namespace {
+bool supportsTls13();
class SchannelBackend : public QTlsBackend
{
private: