2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

Another refactor to remove leacy code that isn't used anymore

This commit is contained in:
LJW-Dev
2025-10-08 21:33:13 +08:00
committed by Jan Laupetin
parent d1baabdba6
commit 6acf19da6d
8 changed files with 4 additions and 101 deletions
@@ -34,7 +34,7 @@ namespace
if (!m_algorithm->Verify(signatureData, signatureDataSize, signature, signatureSize))
{
//throw InvalidSignatureException();
throw InvalidSignatureException();
}
}