X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcurl.c;h=f605c078fc0ae61533835df9a9a150d4629b5dc1;hb=103f05e098865196fc5f28df51e99b64fd6b5202;hp=e189df6b5591fcd4f0c0835ae028aa8057d0630e;hpb=639f00e946bb3182688661a99119aa5f5d6c81b6;p=collectd.git diff --git a/src/curl.c b/src/curl.c index e189df6b..f605c078 100644 --- a/src/curl.c +++ b/src/curl.c @@ -17,7 +17,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster * Aman Gupta **/ @@ -579,6 +579,7 @@ static int cc_init (void) /* {{{ */ INFO ("curl plugin: No pages have been defined."); return (-1); } + curl_global_init (CURL_GLOBAL_SSL); return (0); } /* }}} int cc_init */