mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
added CURLOPT_SSL_CIPHER_LIST
This commit is contained in:
parent
d5054ad52d
commit
be47d83555
@ -458,6 +458,9 @@ typedef enum {
|
|||||||
operation. Set file name to "-" (dash) to make it go to stdout. */
|
operation. Set file name to "-" (dash) to make it go to stdout. */
|
||||||
CINIT(COOKIEJAR, OBJECTPOINT, 82),
|
CINIT(COOKIEJAR, OBJECTPOINT, 82),
|
||||||
|
|
||||||
|
/* Specify which SSL ciphers to use */
|
||||||
|
CINIT(SSL_CIPHER_LIST, OBJECTPOINT, 83),
|
||||||
|
|
||||||
CURLOPT_LASTENTRY /* the last unusued */
|
CURLOPT_LASTENTRY /* the last unusued */
|
||||||
} CURLoption;
|
} CURLoption;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user