mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Fixed a compile error when building with the bundled TLS/SSL certificates.
This commit is contained in:
parent
254b00a3d8
commit
5d79c3d77e
|
@ -70,7 +70,7 @@ HttpReq::HttpReq(const std::string& url)
|
||||||
// these latter operating systems unless the bundled file is used.
|
// these latter operating systems unless the bundled file is used.
|
||||||
curl_easy_setopt(mHandle, CURLOPT_CAINFO,
|
curl_easy_setopt(mHandle, CURLOPT_CAINFO,
|
||||||
ResourceManager::getInstance()
|
ResourceManager::getInstance()
|
||||||
->getResourcePath(":/certificates/curl-ca-bundle.crt")
|
.getResourcePath(":/certificates/curl-ca-bundle.crt")
|
||||||
.c_str());
|
.c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue