Commit be47d835 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added CURLOPT_SSL_CIPHER_LIST

parent d5054ad5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -458,6 +458,9 @@ typedef enum {
     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;