aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-04-01 17:37:16 +0200
committerRichard Levitte <levitte@openssl.org>2019-04-01 17:46:24 +0200
commit0b45d8eec051fd9816b6bf46a975fa461ffc983d (patch)
tree90923c871679ebdf8f73f6b2ff9d7d0ed694105c /Configure
parent9058d9bcd0a0391353720f7728a48596b575ad64 (diff)
downloadopenssl-0b45d8eec051fd9816b6bf46a975fa461ffc983d.zip
openssl-0b45d8eec051fd9816b6bf46a975fa461ffc983d.tar.gz
openssl-0b45d8eec051fd9816b6bf46a975fa461ffc983d.tar.bz2
Restore the "heartbeats" configuration option among the deprecated
Removing the option entirely would break builds unnecessarily, so let's make it deprecated. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8632)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 258f991..df66abb 100755
--- a/Configure
+++ b/Configure
@@ -438,6 +438,7 @@ my %deprecated_disablables = (
"ripemd" => "rmd160",
"ui" => "ui-console",
"dso" => undef,
+ "heartbeats" => undef,
);
# All of the following are disabled by default: