]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure death handler: instead of printing directly, amend the message
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Jul 2018 19:46:55 +0000 (21:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Jul 2018 19:46:55 +0000 (21:46 +0200)
commiteb807d5383fd228a5c4cf9afc2fec487e0d22cee
treede8f203d8cef0c2b6da5b3572a26692a376bfa3e
parent88accfe6dccf904fec5a17db4a59cd2c4c480382
Configure death handler: instead of printing directly, amend the message

This is done by calling die again, just make sure to reset the __DIE__
handler first.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)
Configure