Skip to content

Commit

Permalink
Build: Disable encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Jul 31, 2024
1 parent ab5862b commit c127c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ep_setup/ep_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ unzFile LoadZipFileFromResources(MemoryBuffer** outMem)
rijndaelDecrypt(rk, nrounds, pRsrc + offset, pMem->base + offset);
}
#else
memcpy(mem->base, pRsrc, cbRsrc);
memcpy(pMem->base, pRsrc, cbRsrc);
#endif

zlib_filefunc64_def fileFunc = { 0 };
Expand Down
2 changes: 1 addition & 1 deletion ep_setup/ep_setup.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit c127c05

Please sign in to comment.