X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest_util_sasl_scram.lua;h=bc89829fbfd71f4244552009f5e7316ef999fe6c;hb=e43b06eb5937410bb006227a371e880fd4e56810;hp=aeae874888001f24d3f6504e1545d2d690667b49;hpb=e302a6814b6031d641ae715e4e0f20b6f135bb2e;p=prosody.git diff --git a/tests/test_util_sasl_scram.lua b/tests/test_util_sasl_scram.lua index aeae8748..bc89829f 100644 --- a/tests/test_util_sasl_scram.lua +++ b/tests/test_util_sasl_scram.lua @@ -1,6 +1,6 @@ -local hmac_sha1 = require "util.hmac".sha1; +local hmac_sha1 = require "util.hashes".hmac_sha1; local function toHex(s) return s and (s:gsub(".", function (c) return ("%02x"):format(c:byte()); end)); end