diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-11 22:21:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-11 22:21:26 +0000 |
commit | cc1a4edf3df3d5bdbcf73120140bb7da98ca2484 (patch) | |
tree | 40298fddc6bd3b4d550ff98329b757f9c1452e30 /lib | |
parent | db7bde1d7ac8567a2b996ebd92db11487579b85f (diff) |
added cipher_list
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ }; |