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)
This commit is contained in:
Richard Levitte 2018-07-24 19:29:49 +02:00
parent 1a6c300298
commit 88accfe6dc

View file

@ -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 #########################################