diff --git a/NetSSL_Win/src/Context.cpp b/NetSSL_Win/src/Context.cpp index ad2c78bb6..cae2b26e2 100644 --- a/NetSSL_Win/src/Context.cpp +++ b/NetSSL_Win/src/Context.cpp @@ -308,7 +308,7 @@ void Context::acquireSchannelCredentials(CredHandle& credHandle) const schannelCred.dwFlags |= SCH_USE_STRONG_CRYPTO; #endif - schannelCred.hRootStore = isForServerUse() ? _hCollectionCertStore : NULL; + schannelCred.hRootStore = isForServerUse() ? _hCollectionCertStore : NULL; TimeStamp tsExpiry; tsExpiry.LowPart = tsExpiry.HighPart = 0;