projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4d0bafb
)
disable heartbeats if tlsext disabled
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:07:46 +0000
(
00:07
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:07:46 +0000
(
00:07
+0000)
Configure
patch
|
blob
|
history
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") {