Commit 0b45d8ee authored by Richard Levitte's avatar Richard Levitte
Browse files

Restore the "heartbeats" configuration option among the deprecated



Removing the option entirely would break builds unnecessarily, so
let's make it deprecated.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8632)
parent 9058d9bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -438,6 +438,7 @@ my %deprecated_disablables = (
    "ripemd" => "rmd160",
    "ui" => "ui-console",
    "dso" => undef,
    "heartbeats" => undef,
    );

# All of the following are disabled by default: