mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
util.sasl.scram: Fix old API
This function is not directly used by anything in Prosody anymore and should be considered deprecated.
This commit is contained in:
parent
c12eba925b
commit
a4f4107e5a
1 changed files with 1 additions and 1 deletions
|
@ -269,6 +269,6 @@ end
|
|||
return {
|
||||
get_hash = get_scram_hasher;
|
||||
hashers = auth_db_getters;
|
||||
getAuthenticationDatabaseSHA1 = get_scram_hasher(hashes.sha1, hashes.sha256, hashes.pbkdf2_hmac_sha1);
|
||||
getAuthenticationDatabaseSHA1 = get_scram_hasher(hashes.sha1, hashes.hmac_sha1, hashes.pbkdf2_hmac_sha1); -- COMPAT
|
||||
init = init;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue