Do idna_to_ascii when building own response.
[prosody.git] / util / dependencies.lua
index 3213a356976110513f6c1695dab9f1a2bdf8a16e..682afd152e388d47e351eb40496f8ee09ab99ded 100644 (file)
@@ -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