# HG changeset patch # User Matthew Wild # Date 1225588763 0 # Node ID 4ea1ec218976a5a496d558f365e65277e2c5b4b8 # Parent 13ac34255c3706d8c3231492f711a70e382a802a Fix MD5 loading check diff -r 13ac34255c37 -r 4ea1ec218976 util/hashes.lua --- a/util/hashes.lua Sun Nov 02 02:23:52 2008 +0500 +++ b/util/hashes.lua Sun Nov 02 01:19:23 2008 +0000 @@ -23,6 +23,8 @@ 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;