]> git.ipfire.org Git - thirdparty/openssl.git/commit
Revert "RT4526: Call TerminateProcess, not ExitProcess"
authorMatt Caswell <matt@openssl.org>
Thu, 16 Jun 2016 14:59:42 +0000 (15:59 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 16 Jun 2016 16:37:37 +0000 (17:37 +0100)
commitf219a1b0485309b6814f00985f7bbb45e72ee374
tree62345828f89286e04ffe234cf303249116a497a7
parentb02b57431718b74ddaf24cc3db004f145311abac
Revert "RT4526: Call TerminateProcess, not ExitProcess"

This reverts commit 9c1a9ccf65d0ea1912675d3a622fa8e51b524b9e.

TerminateProcess is asynchronous, so the code as written in the above
commit is not correct. It is also probably not needed in the speed
case. Reverting in order to figure out the correct solution.

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/speed.c
ms/uplink.c