Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218640
Collapse All | Expand All

(-)xmlrpc-c-1.06.09.orig/lib/curl_transport/xmlrpc_curl_transport.c (-1 / +2 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,
1218
                             curlSetupP->sslEngineDefault);
1218
        if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
1219
        if (curlSetupP->sslVersion != XMLRPC_SSLVERSION_DEFAULT)
1219
            curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
1220
            curl_easy_setopt(curlSessionP, CURLOPT_SSLVERSION,
1220
                             curlSetupP->sslVersion);
1221
                             curlSetupP->sslVersion);

Return to bug 218640