On Tue, Nov 11, 2014 at 9:56 PM, Brent Cook <[email protected]> wrote: > Mystery solved!
This patch fixed the exited immediately issue. When getentropy failed, LibReSSL will call _getentropy_fail, it call TerminateProcess(GetCurrentProcess(), 0) to exit.
