Commit f65389ac authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure death handler: remember to call original death handler



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)

(cherry picked from commit 88accfe6)
parent 64eae747
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 #########################################