mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fix MD5 loading check
This commit is contained in:
parent
3a14c1ab21
commit
6df10675c8
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ if md5 then
|
|||
else
|
||||
error("md5 library found, but unrecognised... no hash functions will be available", 0);
|
||||
end
|
||||
else
|
||||
error("No md5 library found. Install md5 using luarocks, for example", 0);
|
||||
end
|
||||
|
||||
return _M;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue