From 33bdae86c2345db9514addbf9d5a698eada56fb2 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Mon, 17 May 2021 12:57:54 +0200 Subject: Added alignment-aware block encryption/decryption --- test/StormTest.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'test/StormTest.cpp') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 20d606e..ab003e4 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4285,23 +4285,16 @@ int _tmain(int argc, TCHAR * argv[]) // // Tests on a local listfile // - /* + if(dwErrCode == ERROR_SUCCESS) { TestOnLocalListFile(_T("FLAT-MAP:ListFile_Blizzard.txt")); dwErrCode = TestOnLocalListFile(_T("ListFile_Blizzard.txt")); } - */ + // // Open all files from the command line // - /* - SFILE_MARKERS Markers = { sizeof(SFILE_MARKERS) }; - Markers.dwSignature = 'XHSC'; - Markers.szHashTableKey = "(cash table)"; - Markers.szBlockTableKey = "(clock table)"; - SFileSetArchiveMarkers(&Markers); - */ for(int i = 1; i < argc; i++) { -- cgit v1.2.3