mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Show error when no MD5 lib available
This commit is contained in:
parent
652190787c
commit
a8c4e8eb51
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
local softreq = function (...) return select(2, pcall(require, ...)); end
|
||||
local error = error;
|
||||
|
||||
module "hashes"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue