|
|
@@ -307,7 +307,7 @@ void WebRequest::setup(asio::io_service *service, CURLM *curlm)
|
|
|
curl_easy_setopt(is_->curl, CURLOPT_ERRORBUFFER, is_->error);
|
|
|
is_->error[0] = '\0';
|
|
|
|
|
|
-#if !(defined WIN32 || APPLE)
|
|
|
+#if !(defined WIN32 || defined APPLE)
|
|
|
// This line will eventually go away with a CA bundle in place, or other TLS options.
|
|
|
curl_easy_setopt(is_->curl, CURLOPT_SSL_VERIFYPEER, 0L);
|
|
|
#endif
|