From 88accfe6dccf904fec5a17db4a59cd2c4c480382 Mon Sep 17 00:00:00 2001
From: Richard Levitte <levitte@openssl.org>
Date: Tue, 24 Jul 2018 19:29:49 +0200
Subject: [PATCH] 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)
---
 Configure | 1 +
 1 file changed, 1 insertion(+)

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