diff options
author | Michal Marek <mmarek@suse.cz> | 2008-03-11 07:37:40 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2008-03-11 07:37:40 +0000 |
commit | 7a8a20416fd7648686f05d14947ccdab44c6780c (patch) | |
tree | 686f1113271f446177f3c642260e57f8f668e777 /docs | |
parent | 458925ae0b680913e470ce0e0c8c48bbd86b26fd (diff) | |
download | curl-7a8a20416fd7648686f05d14947ccdab44c6780c.tar.gz |
- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only
works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html ,
http://curl.haxx.se/mail/lib-2008-02/0292.html )
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 0da9d20bf..4c6e795b5 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1374,6 +1374,11 @@ operations. If the crypto device cannot be set, \fICURLE_SSL_ENGINE_SETFAILED\fP is 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. .IP CURLOPT_SSLVERSION Pass a long as parameter to control what version of SSL/TLS to attempt to use. The available options are: |