mirror of
https://github.com/curl/curl.git
synced 2026-04-18 13:21:42 +03:00
added cipher_list
This commit is contained in:
parent
db7bde1d7a
commit
cc1a4edf3d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue