Merge branch 'modulize-share'

This commit is contained in:
Chad Weider 2012-02-14 12:10:41 -08:00
commit 546aaae379

View file

@ -479,7 +479,7 @@ function hash(password, salt)
function generateSalt() function generateSalt()
{ {
return randomstring(86); return randomString(86);
} }
function compare(hashStr, password) function compare(hashStr, password)