remove sha512, move md5 to thirdparty (#1443)

title.

Tested that Auth runs and I can login still.
This commit is contained in:
David Markowitz
2024-02-09 07:15:28 -08:00
committed by GitHub
parent d2aeebcd46
commit 62b670d283
9 changed files with 10 additions and 231 deletions

View File

@@ -7,7 +7,6 @@
#include "Database.h"
#include "ZoneInstanceManager.h"
#include "MD5.h"
#include "SHA512.h"
#include "GeneralUtils.h"
#include <bcrypt/BCrypt.hpp>