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 20:15:29 +0000 (22:15 +0200)
commit36e732b00c8a22d50f88ee59d8790d5667ff72e2
treea6758d35723768e8017233530fd0bd326be8687c
parentf65389acaad600e816dcd9c231ea70d505d027a4
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)

(cherry picked from commit eb807d5383fd228a5c4cf9afc2fec487e0d22cee)
Configure