We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1954b2e commit a1c2943Copy full SHA for a1c2943
libs/openFrameworks/utils/ofURLFileLoader.cpp
@@ -282,7 +282,7 @@ ofHttpResponse ofURLFileLoaderImpl::handleRequest(const ofHttpRequest & request)
282
}
283
284
if(version->features & CURL_VERSION_SSL) {
285
-#if defined(TARGET_OSX) && !defined(NO_OPENSSL)
+#if !defined(NO_OPENSSL)
286
const std::string caPath = "ssl";
287
const std::string caFile = "ssl/cacert.pem";
288
if (ofFile::doesFileExist(ofToDataPath(CERTIFICATE_FILE)) && checkValidCertifcate(ofToDataPath(CERTIFICATE_FILE))) {
0 commit comments