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)
This commit is contained in:
Richard Levitte 2019-04-01 17:37:16 +02:00
parent 9058d9bcd0
commit 0b45d8eec0
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*) Removed the heartbeat message in DTLS feature, as it has very *) Removed the heartbeat message in DTLS feature, as it has very
little usage and doesn't seem to fulfill a valuable purpose. little usage and doesn't seem to fulfill a valuable purpose.
The configuration option is now deprecated.
[Richard Levitte] [Richard Levitte]
*) Changed the output of 'openssl {digestname} < file' to display the *) Changed the output of 'openssl {digestname} < file' to display the

View File

@ -438,6 +438,7 @@ my %deprecated_disablables = (
"ripemd" => "rmd160", "ripemd" => "rmd160",
"ui" => "ui-console", "ui" => "ui-console",
"dso" => undef, "dso" => undef,
"heartbeats" => undef,
); );
# All of the following are disabled by default: # All of the following are disabled by default: