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:
@@ -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" };
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user