forked from mirror/OpenTTD
Cleanup: remove MD5SumToString in lieu of FormatArrayAsHex
This commit is contained in:
@@ -197,7 +197,7 @@ std::string GenerateCompanyPasswordHash(const std::string &password, const std::
|
||||
checksum.Append(salted_password_string.data(), salted_password_string.size());
|
||||
checksum.Finish(digest);
|
||||
|
||||
return MD5SumToString(digest);
|
||||
return FormatArrayAsHex(digest);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user