mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
Updated dependencies.
This commit is contained in:
@@ -421,7 +421,7 @@ namespace osrepodbmgr.Core
|
||||
FileStream fileStream = new FileStream(file, FileMode.Open, FileAccess.Read);
|
||||
|
||||
byte[] dataBuffer = new byte[bufferSize];
|
||||
SHA256Context sha256Context = new SHA256Context();
|
||||
Sha256Context sha256Context = new Sha256Context();
|
||||
sha256Context.Init();
|
||||
|
||||
if(fileStream.Length > bufferSize)
|
||||
|
||||
Reference in New Issue
Block a user