projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable heartbeats if tlsext disabled
[openssl.git]
/
Configure
diff --git
a/Configure
b/Configure
index
b46c95d
..
4618efb
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1045,10
+1045,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") {