Update IXSocketMbedTLS.cpp (#471)
This commit is contained in:
parent
688af99747
commit
632ee31509
@ -49,7 +49,7 @@ namespace ix
|
|||||||
mbedtls_pk_init(&_pkey);
|
mbedtls_pk_init(&_pkey);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SocketMbedTLS::loadSystemCertificates(std::string& /* errorMsg */)
|
bool SocketMbedTLS::loadSystemCertificates(std::string& errorMsg)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
DWORD flags = CERT_STORE_READONLY_FLAG | CERT_STORE_OPEN_EXISTING_FLAG |
|
DWORD flags = CERT_STORE_READONLY_FLAG | CERT_STORE_OPEN_EXISTING_FLAG |
|
||||||
|
Loading…
Reference in New Issue
Block a user