twogood / unshield

Tool and library to extract CAB files from InstallShield installers
MIT License
340 stars 73 forks source link

Fix OpenSSL deprecation warnings. #169

Closed kratz00 closed 1 year ago

kratz00 commented 1 year ago

The MD5_* functions have been deprecated, see https://github.com/twogood/unshield/actions/runs/4481270527/jobs/7877731166#step:6:1 for more information.

twogood commented 1 year ago

How can we check that the tests actually run? They run so quickly now that I hardly believe they actually execute :)

kratz00 commented 1 year ago

You can run ctest with verbose output to see what is actually happening.

ctest -V

twogood commented 1 year ago

You can run ctest with verbose output to see what is actually happening.

ctest -V

Yeah right we have the zips in the repo now...