]> granicus.if.org Git - curl/commitdiff
added cipher_list
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Sep 2001 22:21:26 +0000 (22:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Sep 2001 22:21:26 +0000 (22:21 +0000)
lib/urldata.h

index bc44254f8ff18dc73f8b1fdb4a80d579188f153f..b8acc5490e0f3dec420f29067dc2bbc0b576b514 100644 (file)
@@ -138,6 +138,7 @@ struct ssl_config_data {
   char *CAfile;          /* cerficate to verify peer against */
   char *random_file;     /* path to file containing "random" data */
   char *egdsocket;       /* path to file containing the EGD daemon socket */
+  char *cipher_list;     /* list of ciphers to use */
 
   long numsessions;                 /* SSL session id cache size */
 };