[Scummvm-git-logs] scummvm master -> 68fad60eb6d478b33ffae618ef86bef60e95226c
rsn8887
rsn8887 at users.noreply.github.com
Tue Apr 28 04:03:23 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
68fad60eb6 PSP2: Fix cloud integration
Commit: 68fad60eb6d478b33ffae618ef86bef60e95226c
https://github.com/scummvm/scummvm/commit/68fad60eb6d478b33ffae618ef86bef60e95226c
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-04-27T23:02:18-05:00
Commit Message:
PSP2: Fix cloud integration
Changed paths:
backends/networking/curl/networkreadstream.cpp
diff --git a/backends/networking/curl/networkreadstream.cpp b/backends/networking/curl/networkreadstream.cpp
index 09b9d80c67..3001c536a4 100644
--- a/backends/networking/curl/networkreadstream.cpp
+++ b/backends/networking/curl/networkreadstream.cpp
@@ -92,7 +92,7 @@ void NetworkReadStream::initCurl(const char *url, curl_slist *headersList) {
curl_easy_setopt(_easy, CURLOPT_NOPROGRESS, 0L);
curl_easy_setopt(_easy, CURLOPT_PROGRESSFUNCTION, curlProgressCallbackOlder);
curl_easy_setopt(_easy, CURLOPT_PROGRESSDATA, this);
-#if defined NINTENDO_SWITCH || defined ANDROID_PLAIN_PORT
+#if defined NINTENDO_SWITCH || defined ANDROID_PLAIN_PORT || defined PSP2
curl_easy_setopt(_easy, CURLOPT_SSL_VERIFYPEER, 0);
#endif
More information about the Scummvm-git-logs
mailing list