Skip to content

Commit a1c2943

Browse files
authored
ofURLFileLoader Windows (#8372)
1 parent 1954b2e commit a1c2943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/openFrameworks/utils/ofURLFileLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ ofHttpResponse ofURLFileLoaderImpl::handleRequest(const ofHttpRequest & request)
282282
}
283283
}
284284
if(version->features & CURL_VERSION_SSL) {
285-
#if defined(TARGET_OSX) && !defined(NO_OPENSSL)
285+
#if !defined(NO_OPENSSL)
286286
const std::string caPath = "ssl";
287287
const std::string caFile = "ssl/cacert.pem";
288288
if (ofFile::doesFileExist(ofToDataPath(CERTIFICATE_FILE)) && checkValidCertifcate(ofToDataPath(CERTIFICATE_FILE))) {

0 commit comments

Comments
 (0)