added CURLOPT_SSL_CIPHER_LIST
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Sep 2001 22:36:43 +0000 (22:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Sep 2001 22:36:43 +0000 (22:36 +0000)
include/curl/curl.h

index ddf7d38..698d846 100644 (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;