mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions
This commit is contained in:
parent
1f257ecbb4
commit
7579bee6bb
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ local hashes = require "util.hashes";
|
|||
local net = require "util.net";
|
||||
local random = require "util.random";
|
||||
local struct = require "util.struct";
|
||||
local bit32 = require"util.bitcompat";
|
||||
local sxor = require"util.strbitop".sxor;
|
||||
|
||||
--- Public helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue