diff --git a/src/gui/test_menu.cpp b/src/gui/test_menu.cpp index bda48c198..225fcdf2a 100644 --- a/src/gui/test_menu.cpp +++ b/src/gui/test_menu.cpp @@ -39,7 +39,7 @@ #include #include #include - +#include #include #include diff --git a/src/system/httptool.cpp b/src/system/httptool.cpp index 56110f17a..d57325029 100644 --- a/src/system/httptool.cpp +++ b/src/system/httptool.cpp @@ -95,6 +95,7 @@ printf("url is %s\n", URL.c_str()); curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str()); curl_easy_setopt(curl, CURLOPT_NOSIGNAL, (long)1); curl_easy_setopt(curl, CURLOPT_TIMEOUT, timeout); //NI + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, false); //NI curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, connecttimeout); //NI curl_easy_setopt(curl, CURLOPT_FAILONERROR, true); #ifdef DEBUG