mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:57:17 +03:00
curl: do not set CURLOPT_SSLENGINEDEFAULT automatically
There were bugs in the PKCS#11 engine, and fixing them triggers bugs in OpenSSL. Just don't get involved; there's no need to be making the engine methods the default anyway. https://github.com/OpenSC/libp11/pull/108 https://github.com/openssl/openssl/pull/1639 Merges #1042
This commit is contained in:
parent
96e3c07744
commit
a1a5cd0487
1 changed files with 0 additions and 1 deletions
|
|
@ -1177,7 +1177,6 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
||||||
result = res_setopt_str(curl, CURLOPT_SSLENGINE, config->engine);
|
result = res_setopt_str(curl, CURLOPT_SSLENGINE, config->engine);
|
||||||
if(result)
|
if(result)
|
||||||
goto show_error;
|
goto show_error;
|
||||||
my_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, 1L);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* new in curl 7.10.7, extended in 7.19.4. Modified to use
|
/* new in curl 7.10.7, extended in 7.19.4. Modified to use
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue