aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2008-11-28 01:16:26 +0500
committerWaqas Hussain <waqas20@gmail.com>2008-11-28 01:16:26 +0500
commit631e249397fd7cd2a2c5a7cb4c1feba664a41b2e (patch)
tree97381a92a65cde13d065e519bdd7d66fe68ba0ba /util/dependencies.lua
parent85a3bc344309ecd4c1db4dfa5a86c115f7d28cbd (diff)
downloadprosody-631e249397fd7cd2a2c5a7cb4c1feba664a41b2e.tar.gz
prosody-631e249397fd7cd2a2c5a7cb4c1feba664a41b2e.zip
Completely switched to new hashes library from the old md5 library
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r--util/dependencies.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua
index 3213a356..682afd15 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -43,12 +43,4 @@ if not ssl then
end
-local md5 = softreq "md5";
-
-if not md5 then
- missingdep("MD5", { ["luarocks"] = "luarocks install md5"; ["Source"] = "http://luaforge.net/frs/?group_id=155" });
- fatal = true;
-end
-
-
if fatal then os.exit(1); end