mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.hmac: Fix a global set
This commit is contained in:
parent
d1ee8e0f53
commit
d9b3e41347
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local xor = require "bit".bxor
|
|||
module "hmac"
|
||||
|
||||
local function arraystr(array)
|
||||
t = {}
|
||||
local t = {}
|
||||
for i = 1,table.getn(array) do
|
||||
table.insert(t, string.char(array[i]))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue