From 28bf02a4519400c8c96ef02b879b56d784fee5b7 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Thu, 22 Apr 2010 12:33:14 +0200 Subject: [PATCH] Removed cleanup functions added in the previous 2 commits These functions are not everywhere supported. --- src/ccurl_thread.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ccurl_thread.cc b/src/ccurl_thread.cc index c36696e4..8ed04e99 100644 --- a/src/ccurl_thread.cc +++ b/src/ccurl_thread.cc @@ -36,7 +36,6 @@ #include #include #include -#include /* * The following code is the conky curl thread lib, which can be re-used to @@ -134,8 +133,6 @@ void ccurl_fetch_data(thread_handle &handle, ccurl_location_ptr &curloc) curl_easy_cleanup(curl); } curl_global_cleanup(); - ENGINE_cleanup(); - CRYPTO_cleanup_all_ex_data(); } }