aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-07-24 19:29:49 +0200
committerRichard Levitte <levitte@openssl.org>2018-07-24 19:38:07 +0200
commit88accfe6dccf904fec5a17db4a59cd2c4c480382 (patch)
tree43804da10950e9a9a8e35e2c411f955a17baaa73 /Configure
parent1a6c30029802179ebe0ec1eedfdc9d78bb6dc4dd (diff)
downloadopenssl-88accfe6dccf904fec5a17db4a59cd2c4c480382.zip
openssl-88accfe6dccf904fec5a17db4a59cd2c4c480382.tar.gz
openssl-88accfe6dccf904fec5a17db4a59cd2c4c480382.tar.bz2
Configure death handler: remember to call original death handler
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6776)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index e9e7866..8e99f60 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 #########################################