summaryrefslogtreecommitdiff
blob: 6ac078709807c7dab9c108f810574f2cf23317df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c
===================================================================
--- xmlrpc-c.orig/lib/curl_transport/xmlrpc_curl_transport.c
+++ xmlrpc-c/lib/curl_transport/xmlrpc_curl_transport.c
@@ -1214,7 +1214,7 @@ setupCurlSession(xmlrpc_env *           
             curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
                              curlSetupP->sslEngine);
         if (curlSetupP->sslEngineDefault)
-            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT);
+            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT, 1);
         if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
             curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
                              curlSetupP->sslVersion);