diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-03-11 12:18:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-03-11 12:18:00 +0000 |
commit | 9b48991ebd855efaeefc2a64c3e818465751db6a (patch) | |
tree | 8ce3cd9a295b844d833a67c222c6c2235d502cd3 /docs | |
parent | 7a8a20416fd7648686f05d14947ccdab44c6780c (diff) | |
download | curl-9b48991ebd855efaeefc2a64c3e818465751db6a.tar.gz |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 4c6e795b5..eb800e393 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -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: |