mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 08:24:11 -06:00
15.08
This commit is contained in:
committed by
Kornel Lesiński
parent
f6444c3256
commit
6543c28020
@@ -70,7 +70,7 @@ void CKeyInfo::CalcKey()
|
||||
if (++(ctr[i]) != 0)
|
||||
break;
|
||||
}
|
||||
while(--numRounds != 0);
|
||||
while (--numRounds != 0);
|
||||
|
||||
Sha256_Final(&sha, Key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user