Move MWCryptHash into libs/
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 06:19:28 +0000 (23:19 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 06:19:28 +0000 (23:19 -0700)
commit9300bc293378b215d8df2f44d7e00f00b0f739a1
treee71b75856c18d377d98c9f9b20977d5be5a61fc9
parent28f21d6fa2307f55b7b6de8f68b7746e457cfca3
Move MWCryptHash into libs/

Remove the single wfDebug() call that was making this class MW specific,
someone can log the return value of MWCryptHash::hashAlgo() if they'd
like to know the specific implementation being used.

Change-Id: Ibb7ead7594edab7861631046dd8316daab613401
autoload.php
includes/libs/MWCryptHash.php [new file with mode: 0644]
includes/utils/MWCryptHash.php [deleted file]