replace obsolete code

This commit is contained in:
UbitUmarov
2022-09-20 21:40:56 +01:00
parent 31fa8b45df
commit 58f20c6d6e
4 changed files with 5 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ namespace OpenSim.Data.MySQL
}
byte[] hash;
using (HashAlgorithm hasher = new SHA256CryptoServiceProvider())
using (HashAlgorithm hasher = SHA256.Create())
hash = hasher.ComputeHash(asset.Data);
// m_log.DebugFormat(