summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch')
-rw-r--r--dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch
new file mode 100644
index 000000000000..6ac078709807
--- /dev/null
+++ b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.06.27-curl-easy-setopt.patch
@@ -0,0 +1,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);
+