mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +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
|
|
@ -28,6 +28,7 @@ char *ssl_pkey;
|
|||
char *ssl_pass;
|
||||
char *ssl_cafile;
|
||||
char *ssl_capath;
|
||||
char *ssl_ciphers;
|
||||
|
||||
GIOChannel *connect_handle; /* connect using this handle */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue