From: Richard Levitte Date: Tue, 24 Jul 2018 17:29:49 +0000 (+0200) Subject: Configure death handler: remember to call original death handler X-Git-Tag: OpenSSL_1_1_0i~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f65389acaad600e816dcd9c231ea70d505d027a4;p=oweals%2Fopenssl.git Configure death handler: remember to call original death handler Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6776) (cherry picked from commit 88accfe6dccf904fec5a17db4a59cd2c4c480382) --- diff --git a/Configure b/Configure index 2ed0157e6c..c4896b949d 100755 --- a/Configure +++ b/Configure @@ -2172,6 +2172,7 @@ Please read INSTALL and associated NOTES files. You may also have to look over your available compiler tool chain or change your configuration. _____ + $orig_death_handler->(@_) if defined $orig_death_handler; } # Configuration file reading #########################################