mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +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.
|
||||
curl_easy_setopt(mHandle, CURLOPT_CAINFO,
|
||||
ResourceManager::getInstance()
|
||||
->getResourcePath(":/certificates/curl-ca-bundle.crt")
|
||||
.getResourcePath(":/certificates/curl-ca-bundle.crt")
|
||||
.c_str());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue