mirror of
https://github.com/curl/curl.git
synced 2026-07-31 12:48:09 +03:00
added CURLOPT_SSL_CIPHER_LIST
This commit is contained in:
parent
d5054ad52d
commit
be47d83555
1 changed files with 3 additions and 0 deletions
|
|
@ -457,6 +457,9 @@ typedef enum {
|
|||
/* Specify which file name to write all known cookies in after completed
|
||||
operation. Set file name to "-" (dash) to make it go to stdout. */
|
||||
CINIT(COOKIEJAR, OBJECTPOINT, 82),
|
||||
|
||||
/* Specify which SSL ciphers to use */
|
||||
CINIT(SSL_CIPHER_LIST, OBJECTPOINT, 83),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unusued */
|
||||
} CURLoption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue