mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
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