提交 88accfe6 编写于 作者: R Richard Levitte

Configure death handler: remember to call original death handler

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)
上级 1a6c3002
...@@ -2731,6 +2731,7 @@ Please read INSTALL and associated NOTES files. You may also have to look over ...@@ -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. your available compiler tool chain or change your configuration.
_____ _____
$orig_death_handler->(@_) if defined $orig_death_handler;
} }
# Configuration file reading ######################################### # Configuration file reading #########################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册