summaryrefslogtreecommitdiff
path: root/lib/curl.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-10-09 19:27:14 +0200
committerhorchi <vdr@jwendel.de>2017-10-09 19:27:14 +0200
commit1633749d2a188add75ad2aa68dc8bea9b7cd6c85 (patch)
treeedc74b6911bb0b6ec741d1cf21bbba13efe08b3a /lib/curl.c
parente0aee67ccc08de9e2b23d2c866aa147128a87202 (diff)
downloadvdr-epg-daemon-1633749d2a188add75ad2aa68dc8bea9b7cd6c85.tar.gz
vdr-epg-daemon-1633749d2a188add75ad2aa68dc8bea9b7cd6c85.tar.bz2
2017-10-09: version 1.1.118 (horchi)\n - change: Fixed curl SSL mode \n\n
Diffstat (limited to 'lib/curl.c')
-rw-r--r--lib/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl.c b/lib/curl.c
index abcb2da..d87ceba 100644
--- a/lib/curl.c
+++ b/lib/curl.c
@@ -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;