mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 09:48:22 +00:00
normalize includes: loginserver
This commit is contained in:
@@ -41,7 +41,7 @@ struct EncryptionResult {
|
||||
std::string mode_name;
|
||||
};
|
||||
|
||||
static EncryptionResult EncryptPasswordFromContext(LoginAccountContext c, int mode = EncryptionModeSCrypt)
|
||||
inline EncryptionResult EncryptPasswordFromContext(LoginAccountContext c, int mode = EncryptionModeSCrypt)
|
||||
{
|
||||
if (mode == 0) {
|
||||
LogError("Encryption mode not set!");
|
||||
|
||||
Reference in New Issue
Block a user