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:
78fcddb
)
Remove a stray unneeded line in 70-test_sslrecords.t
author
Matt Caswell
<matt@openssl.org>
Thu, 4 Aug 2016 10:31:57 +0000
(11:31 +0100)
committer
Matt Caswell
<matt@openssl.org>
Mon, 15 Aug 2016 22:14:30 +0000
(23:14 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
test/recipes/70-test_sslrecords.t
patch
|
blob
|
history
diff --git
a/test/recipes/70-test_sslrecords.t
b/test/recipes/70-test_sslrecords.t
index 8af236fa320cdba61e2ff3e4d9b79619e0c91d50..d1c8d3ad2ac1d62d223333be432edfe531880147 100644
(file)
--- a/
test/recipes/70-test_sslrecords.t
+++ b/
test/recipes/70-test_sslrecords.t
@@
-72,7
+72,6
@@
use constant {
ALERT_BEFORE_SSLV2 => 4
};
#Test 5: Inject an SSLv2 style record format for a TLSv1.2 ClientHello
-#my $sslv2testtype = TLSV1_2_IN_SSLV2;
my $sslv2testtype = TLSV1_2_IN_SSLV2;
$proxy->clear();
$proxy->filter(\&add_sslv2_filter);