$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);