added CURLOPT_SSL_CIPHER_LIST

This commit is contained in:
Daniel Stenberg 2001-09-11 22:36:43 +00:00
parent d5054ad52d
commit be47d83555
1 changed files with 3 additions and 0 deletions

View File

@ -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;