mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
crypto:hmac is removed in Erlang/OTP 24, use our wrapper
This commit is contained in:
parent
c45b526ec3
commit
3c248745e5
@ -184,7 +184,7 @@ single_test(T) ->
|
||||
|
||||
check_password(Username, Password) ->
|
||||
Secret = <<"cryptic">>,
|
||||
Password == base64:encode(crypto:hmac(sha, Secret, Username)).
|
||||
Password == base64:encode(misc:crypto_hmac(sha, Secret, Username)).
|
||||
|
||||
check_expires({_, _, _} = Expires) ->
|
||||
Now = {MegaSecs, Secs, MicroSecs} = erlang:timestamp(),
|
||||
|
Loading…
Reference in New Issue
Block a user