1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

irc: disable SSLv3 by default in server option "ssl_priorities" (closes #248)

This commit is contained in:
Sébastien Helleu
2014-11-04 20:55:01 +01:00
parent cdca3094ec
commit 96325f913d
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ char *irc_server_option_string[IRC_SERVER_NUM_OPTIONS] =
char *irc_server_option_default[IRC_SERVER_NUM_OPTIONS] =
{ "", "", "on",
"off", "", "NORMAL", "2048", "",
"off", "", "NORMAL:-VERS-SSL3.0", "2048", "",
"on",
"", "",
"plain", "", "", "15",