summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-25 13:30:37 -0500
committerRich Salz <rsalz@openssl.org>2016-02-11 12:57:26 -0500
commit22e3dcb7808bb06cd18c3231e34a5930e796cc48 (patch)
treef4143956f14f3eb5bd225021b8f09ad66554e025 /Configure
parentf3f1cf8444f439c0be9de04bf3821a20d00fd956 (diff)
Remove TLS heartbeat, disable DTLS heartbeat
To enable heartbeats for DTLS, configure with enable-heartbeats. Heartbeats for TLS have been completely removed. This addresses RT 3647 Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 4198ff74ce..3dc6a42999 100755
--- a/Configure
+++ b/Configure
@@ -318,6 +318,7 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental
"unit-test" => "default",
"zlib" => "default",
"crypto-mdebug" => "default",
+ "heartbeats" => "default",
);
my @experimental = ();