blob: f15bbe42369f2985f279b982c7d6558eaee945cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2009/01/11 14:08:02 wiz Exp $
--- lib/curl_transport/xmlrpc_curl_transport.c.orig 2006-09-24 22:00:00.000000000 +0200
+++ lib/curl_transport/xmlrpc_curl_transport.c
@@ -1211,7 +1211,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);
|