projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801e5ef
)
disable heartbeats if tlsext disabled
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:07:34 +0000
(
00:07
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:07:34 +0000
(
00:07
+0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 07fba2fa8059d85114c63eed4535b11369d5fe50..cbe180aa96eb923921cc2b6806604c8972aca4e4 100755
(executable)
--- 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") {