Commit c144b4ed authored by Matt Caswell's avatar Matt Caswell
Browse files

Revert "RT4526: Call TerminateProcess, not ExitProcess"

This reverts commit 75f90688

.

TerminateProcess is asynchronous, so the code as written in the above
commit is not correct (and doesn't even compile at the moment). It is
also probably not needed in the speed case. Reverting in order to figure
out the correct solution.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent d9e6d771
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment