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:
parent
fddc0b34df
commit
5caf4b074e
@ -160,6 +160,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
namespace {
|
||||
|
||||
bool supportsTls13();
|
||||
class SchannelBackend : public QTlsBackend
|
||||
{
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user