Skip to content
Snippets Groups Projects
Commit 9b48991e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 7a8a2041
No related branches found
No related tags found
No related merge requests found
......@@ -1377,8 +1377,8 @@ returned.
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
exactly three arguments. Therefore, it's recommended to pass a dummy value as
parameter.
exactly three arguments. Therefore, it's recommended to pass 1 as parameter to
this option.
.IP CURLOPT_SSLVERSION
Pass a long as parameter to control what version of SSL/TLS to attempt to use.
The available options are:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment