diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/relay/relay-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-auth.c b/src/plugins/relay/relay-auth.c index a03dc0559..63da44d31 100644 --- a/src/plugins/relay/relay-auth.c +++ b/src/plugins/relay/relay-auth.c @@ -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" }; |