mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:28:04 +03:00
- 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 )
This commit is contained in:
parent
458925ae0b
commit
7a8a20416f
7 changed files with 503 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue