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_1-pre9~97 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88accfe6dccf904fec5a17db4a59cd2c4c480382;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) --- diff --git a/Configure b/Configure index e9e78665f8..8e99f60b97 100755 --- a/Configure +++ b/Configure @@ -2731,6 +2731,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 #########################################