We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688af99 commit 632ee31Copy full SHA for 632ee31
1 file changed
ixwebsocket/IXSocketMbedTLS.cpp
@@ -49,7 +49,7 @@ namespace ix
49
mbedtls_pk_init(&_pkey);
50
}
51
52
- bool SocketMbedTLS::loadSystemCertificates(std::string& /* errorMsg */)
+ bool SocketMbedTLS::loadSystemCertificates(std::string& errorMsg)
53
{
54
#ifdef _WIN32
55
DWORD flags = CERT_STORE_READONLY_FLAG | CERT_STORE_OPEN_EXISTING_FLAG |
0 commit comments