mirror of
https://github.com/curl/curl.git
synced 2025-10-02 09:56:38 +03:00
Recommend passing a 1 as parameter to CURLOPT_SSLENGINE_DEFAULT rather than
a "dummy" just to get things as fixed as possible in case we ever get the urge to change this to actually mean something.
This commit is contained in:
parent
7a8a20416f
commit
9b48991ebd
|
@ -1377,8 +1377,8 @@ returned.
|
||||||
|
|
||||||
Note that even though this option doesn't need any parameter, in some
|
Note that even though this option doesn't need any parameter, in some
|
||||||
configurations \fIcurl_easy_setopt\fP might be defined as a macro taking
|
configurations \fIcurl_easy_setopt\fP might be defined as a macro taking
|
||||||
exactly three arguments. Therefore, it's recommended to pass a dummy value as
|
exactly three arguments. Therefore, it's recommended to pass 1 as parameter to
|
||||||
parameter.
|
this option.
|
||||||
.IP CURLOPT_SSLVERSION
|
.IP CURLOPT_SSLVERSION
|
||||||
Pass a long as parameter to control what version of SSL/TLS to attempt to use.
|
Pass a long as parameter to control what version of SSL/TLS to attempt to use.
|
||||||
The available options are:
|
The available options are:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user