X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest_util_sasl_scram.lua;h=bc89829fbfd71f4244552009f5e7316ef999fe6c;hb=d8eb8704b5dd84f198ba64c49ee9aec98326356b;hp=aeae874888001f24d3f6504e1545d2d690667b49;hpb=8ee0370603ca03f15e7d3ea7242c6f1d9b9ef3a0;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