remove sha512, move md5 to thirdparty

title.

Tested that Auth runs and I can login still.
This commit is contained in:
David Markowitz
2024-02-02 21:16:20 -08:00
parent 050184c558
commit 19103a7e0e
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>