1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

relay: add size for array relay_auth_password_hash_algo_name

This commit is contained in:
Sébastien Helleu
2024-03-26 10:39:46 +01:00
parent 0778d37924
commit fd06c67b58
+1 -1
View File
@@ -38,7 +38,7 @@
* during negotiation with the client, the highest value in this list matching
* the client supported values is used
*/
char *relay_auth_password_hash_algo_name[] =
char *relay_auth_password_hash_algo_name[RELAY_NUM_PASSWORD_HASH_ALGOS] =
{ "plain", "sha256", "sha512", "pbkdf2+sha256", "pbkdf2+sha512" };