Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216139 | Differences between
and this patch

Collapse All | Expand All

(-)xmlrpc-c-1.06.09/lib/curl_transport/xmlrpc_curl_transport.c.orig (-1 / +1 lines)
Lines 1214-1220 Link Here
1214
            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
1214
            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE,
1215
                             curlSetupP->sslEngine);
1215
                             curlSetupP->sslEngine);
1216
        if (curlSetupP->sslEngineDefault)
1216
        if (curlSetupP->sslEngineDefault)
1217
            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT);
1217
            curl_easy_setopt(curlSessionP, CURLOPT_SSLENGINE_DEFAULT,1);
1218
        if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
1218
        if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
1219
            curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
1219
            curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
1220
                             curlSetupP->sslVersion);
1220
                             curlSetupP->sslVersion);

Return to bug 216139