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:
parent
9058d9bcd0
commit
0b45d8eec0
2 changed files with 2 additions and 0 deletions
1
CHANGES
1
CHANGES
|
@ -16,6 +16,7 @@
|
|||
|
||||
*) Removed the heartbeat message in DTLS feature, as it has very
|
||||
little usage and doesn't seem to fulfill a valuable purpose.
|
||||
The configuration option is now deprecated.
|
||||
[Richard Levitte]
|
||||
|
||||
*) Changed the output of 'openssl {digestname} < file' to display the
|
||||
|
|
|
@ -438,6 +438,7 @@ my %deprecated_disablables = (
|
|||
"ripemd" => "rmd160",
|
||||
"ui" => "ui-console",
|
||||
"dso" => undef,
|
||||
"heartbeats" => undef,
|
||||
);
|
||||
|
||||
# All of the following are disabled by default:
|
||||
|
|
Loading…
Reference in a new issue