aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-config.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-21 23:36:24 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-21 23:36:24 +0100
commitff321123961d73283b20b35b3df1df0e6ea5eafe (patch)
tree0ba2323c28f7ee9136aee511a785e22d57dc6d35 /src/plugins/irc/irc-config.c
parentcore: add Haiku as supported platform in README (diff)
downloadweechat-ff321123961d73283b20b35b3df1df0e6ea5eafe.tar.xz
weechat-ff321123961d73283b20b35b3df1df0e6ea5eafe.zip
irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option
Diffstat (limited to 'src/plugins/irc/irc-config.c')
-rw-r--r--src/plugins/irc/irc-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index 015950753..4cf44d175 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -1735,8 +1735,8 @@ irc_config_server_new_option (struct t_config_file *config_file,
option_name, "string",
N_("fingerprint of certificate which is trusted and accepted "
"for the server; only hexadecimal digits are allowed (0-9, "
- "a-f): 64 chars for SHA-512, 32 chars for SHA-256, "
- "20 chars for SHA-1 (insecure, not recommended); many "
+ "a-f): 128 chars for SHA-512, 64 chars for SHA-256, "
+ "40 chars for SHA-1 (insecure, not recommended); many "
"fingerprints can be separated by commas; if this option "
"is set, the other checks on certificates are NOT "
"performed (option \"ssl_verify\") "