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>
This commit is contained in:
Timur Pocheptsov 2021-01-29 10:59:08 +01:00
parent fddc0b34df
commit 5caf4b074e

View File

@ -160,6 +160,7 @@ QT_BEGIN_NAMESPACE
namespace {
bool supportsTls13();
class SchannelBackend : public QTlsBackend
{
private: