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

@@ -63,7 +63,7 @@ namespace OpenSim.Data.PGSQL
/// <summary>
/// We can reuse this for all hashing since all methods are single-threaded through m_dbBLock
/// </summary>
private HashAlgorithm hasher = new SHA256CryptoServiceProvider();
private HashAlgorithm hasher = SHA256.Create();
#region IPlugin Members