From: Dr. Stephen Henson Date: Thu, 5 Jan 2012 00:07:34 +0000 (+0000) Subject: disable heartbeats if tlsext disabled X-Git-Tag: OpenSSL_1_0_1-beta2~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52bef4d67724ee826512dd6cd22d0d82a3c83945;p=oweals%2Fopenssl.git disable heartbeats if tlsext disabled --- diff --git a/Configure b/Configure index 07fba2fa80..cbe180aa96 100755 --- a/Configure +++ b/Configure @@ -1019,10 +1019,11 @@ if (defined($disabled{"ec"}) || defined($disabled{"dsa"}) $disabled{"gost"} = "forced"; } -# SRP requires TLSEXT +# SRP and HEARTBEATS require TLSEXT if (defined($disabled{"tlsext"})) { $disabled{"srp"} = "forced"; + $disabled{"heartbeats"} = "forced"; } if ($target eq "TABLE") {