Merge 0.10->trunk
[prosody.git] / tests / test_util_sasl_scram.lua
index aeae874888001f24d3f6504e1545d2d690667b49..bc89829fbfd71f4244552009f5e7316ef999fe6c 100644 (file)
@@ -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