diff options
Diffstat (limited to 'lib/curl.c')
-rw-r--r-- | lib/curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ int cCurl::create() { // call only once per process and *before* any thread is started! - if (curl_global_init(CURL_GLOBAL_NOTHING /*CURL_GLOBAL_ALL*/) != 0) + if (curl_global_init(CURL_GLOBAL_SSL /*CURL_GLOBAL_ALL*/) != 0) { tell(0, "Error, something went wrong with curl_global_init()"); return fail; |