1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

added cipher_list

This commit is contained in:
Daniel Stenberg 2001-09-11 22:21:26 +00:00
parent db7bde1d7a
commit cc1a4edf3d

View 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 */
};