From: Daniel Stenberg Date: Tue, 11 Sep 2001 22:21:26 +0000 (+0000) Subject: added cipher_list X-Git-Tag: Curl_easy_1-1-7~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc1a4edf3df3d5bdbcf73120140bb7da98ca2484;p=curl added cipher_list --- diff --git a/lib/urldata.h b/lib/urldata.h index bc44254f8..b8acc5490 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 */ };