Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: Fix assertion pop-up up when using Debug compiled libressl.
When running the signertest, or the test project in libressl#266 an assertion window pops up. This was fixed in afcd4be for a release compiled library. To prevent the issue in debug mode, it looks like it is necessary to also disable the assertion window popup. With this all tests pass when compiling and running them with a Debug, Release or RelWithDebInfo CMake build on windows (for me).
- Loading branch information