mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
ssl: Add option to specify SSL cipher suite preference.
This commit is contained in:
parent
9ffe52ec5e
commit
50e955e342
12 changed files with 27 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ char *ssl_pkey;
|
|||
char *ssl_pass;
|
||||
char *ssl_cafile;
|
||||
char *ssl_capath;
|
||||
char *ssl_ciphers;
|
||||
|
||||
char *own_host; /* address to use when connecting this server */
|
||||
IPADDR *own_ip4, *own_ip6; /* resolved own_address if not NULL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue